sdf
This commit is contained in:
parent
aeed2adde8
commit
527cc92c09
289 changed files with 1559 additions and 6853 deletions
|
@ -1,7 +1,7 @@
|
|||
for theme in ['transparent', 'win98', 'midnight', 'dark', 'light', 'coffee', 'tron', '4chan']:
|
||||
with open(f"./files/assets/style/{theme}_ff66ac.css", encoding='utf-8') as t:
|
||||
with open(f"./files/assets/css/{theme}_ff66ac.css", encoding='utf-8') as t:
|
||||
text = t.read()
|
||||
for color in ['ff66ac','805ad5','62ca56','38a169','80ffff','2a96f3','62ca56','eb4963','ff0000','f39731','30409f','3e98a7','e4432d','7b9ae4','ec72de','7f8fa6', 'f8db58']:
|
||||
newtext = text.replace("ff66ac", color).replace("ff4097", color).replace("ff1a83", color).replace("ff3390", color).replace("rgba(255, 102, 172, 0.25)", color)
|
||||
with open(f"./files/assets/style/{theme}_{color}.css", encoding='utf-8', mode='w') as nt:
|
||||
with open(f"./files/assets/css/{theme}_{color}.css", encoding='utf-8', mode='w') as nt:
|
||||
nt.write(newtext)
|
|
@ -38,7 +38,7 @@ $code: #e83e8c;
|
|||
$gold: #ECC94B;
|
||||
$reddit: #ED4630;
|
||||
|
||||
@import "./node_modules/bootstrap/scss/bootstrap.scss";
|
||||
@import "./bootstrap/bootstrap.scss";
|
||||
@import "./main.scss";
|
||||
|
||||
blockquote {
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue