use better accent colour + add libreddit styles (#281)

* update favicon with new logo

* only have 32x32 .ico file

* use #d74253 as new accent colour + add old libreddit styles + bolden accented buttons

* fix unrenamed libreddit themes
This commit is contained in:
DokterKaj 2024-10-11 06:45:39 +08:00 committed by GitHub
parent b99412b4a1
commit 7dda8d9bbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 55 additions and 6 deletions

View file

@ -1,6 +1,6 @@
/* Dark theme setting */
.dark{
--accent: red;
--accent: #d74253;
--green: #5cff85;
--text: white;
--foreground: #222;