mirror of
https://github.com/redlib-org/redlib.git
synced 2025-06-20 16:10:56 +00:00
Merge branch 'main' of https://github.com/redlib-org/redlib
This commit is contained in:
parent
80e0d539fa
commit
d0d2c22e94
23 changed files with 985 additions and 374 deletions
14
static/themes/midnightPurple.css
Normal file
14
static/themes/midnightPurple.css
Normal file
|
@ -0,0 +1,14 @@
|
|||
/* midnightpurple theme setting */
|
||||
.midnightPurple{
|
||||
--accent: #be6ede;
|
||||
--green: #268F02;
|
||||
--text: white;
|
||||
--foreground: #222;
|
||||
--background: #000000;
|
||||
--outside: #1f1f1f;
|
||||
--post: #000000;
|
||||
--panel-border: 1px solid #4E1764;
|
||||
--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