Fix dark theme hidden in settings

This commit is contained in:
spikecodes 2022-05-28 19:55:13 -07:00
parent a8a8980b98
commit 5f20e8ee27
No known key found for this signature in database
GPG key ID: 004CECFF9B463BCB
3 changed files with 25 additions and 11 deletions

14
static/themes/dark.css Normal file
View file

@ -0,0 +1,14 @@
/* Dark theme setting */
.dark{
--accent: aqua;
--green: #5cff85;
--text: white;
--foreground: #222;
--background: #0f0f0f;
--outside: #1f1f1f;
--post: #161616;
--panel-border: 1px solid #333;
--highlighted: #333;
--visited: #aaa;
--shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}