mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
additional new colour tweaks (#285)
This commit is contained in:
parent
f4a457e529
commit
3ff907d6c1
11 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
/* Black theme setting */
|
||||
.black {
|
||||
--accent: #aa2434;
|
||||
--accent: #bb2b3b;
|
||||
--green: #00a229;
|
||||
--text: white;
|
||||
--foreground: #0f0f0f;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* Dark theme setting */
|
||||
.dark{
|
||||
--accent: #d74253;
|
||||
--accent: #d54455;
|
||||
--green: #5cff85;
|
||||
--text: white;
|
||||
--foreground: #222;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* Light theme setting */
|
||||
.light {
|
||||
--accent: #aa2434;
|
||||
--accent: #bb2b3b;
|
||||
--green: #00a229;
|
||||
--text: black;
|
||||
--foreground: #f5f5f5;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue