mirror of
https://github.com/Lissy93/awesome-privacy.git
synced 2026-03-11 08:55:33 +00:00
Adds a dark theme
This commit is contained in:
parent
fa8dbb320f
commit
0d9b3ed7c6
1 changed files with 9 additions and 2 deletions
|
|
@ -1,12 +1,12 @@
|
|||
:root {
|
||||
--accent: #f45397;
|
||||
--accent-fg: #fff;
|
||||
--accent-fg: #1e1f21;
|
||||
|
||||
--accent-2: #ffdf60;
|
||||
--accent-3: #5f53f4;
|
||||
--accent-4: #28dffd;
|
||||
|
||||
--foreground: #13151a;
|
||||
--foreground: #fff;
|
||||
|
||||
--curve-sm: 4px;
|
||||
--curve-md: 6px;
|
||||
|
|
@ -16,4 +16,11 @@
|
|||
--success: #00ff64;
|
||||
|
||||
--transparent-accent: #5f53f482;
|
||||
|
||||
--background: #151517;
|
||||
--bg-gradient-comp-1: #151517;
|
||||
--bg-gradient-comp-2: #151517;
|
||||
--background-form: #19191c;
|
||||
|
||||
--box-outline: #000;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue