mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
Fix dark theme hidden in settings
This commit is contained in:
parent
a8a8980b98
commit
5f20e8ee27
3 changed files with 25 additions and 11 deletions
14
static/themes/dark.css
Normal file
14
static/themes/dark.css
Normal 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);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue