mirror of
https://github.com/Lissy93/awesome-privacy.git
synced 2026-03-11 08:55:33 +00:00
51 lines
840 B
CSS
51 lines
840 B
CSS
html {
|
|
--accent: #f45397;
|
|
--accent-fg: #1e1f21;
|
|
|
|
--accent-2: #ffdf60;
|
|
--accent-3: #5f53f4;
|
|
--accent-4: #28dffd;
|
|
|
|
--foreground: #fff;
|
|
|
|
--curve-sm: 4px;
|
|
--curve-md: 6px;
|
|
--curve-lg: 12px;
|
|
|
|
--danger: #ff0048;
|
|
--success: #00ff64;
|
|
|
|
--transparent-accent: #5f53f482;
|
|
|
|
--background: #151517;
|
|
--bg-gradient-comp-1: #151517;
|
|
--bg-gradient-comp-2: #151517;
|
|
--background-form: #19191c;
|
|
|
|
--box-outline: #000;
|
|
|
|
&[data-theme='light'] {
|
|
--accent: #f45397;
|
|
--accent-fg: #fff;
|
|
|
|
--accent-2: #ffdf60;
|
|
--accent-3: #5f53f4;
|
|
--accent-4: #28dffd;
|
|
|
|
--foreground: #13151a;
|
|
|
|
--curve-sm: 4px;
|
|
--curve-md: 6px;
|
|
--curve-lg: 12px;
|
|
|
|
--danger: #ff0048;
|
|
--success: #00ff64;
|
|
|
|
--transparent-accent: #5f53f482;
|
|
|
|
--background: #feecff;
|
|
--bg-gradient-comp-1: #feecff;
|
|
--bg-gradient-comp-2: #e1e4fb;
|
|
--background-form: #fff;
|
|
}
|
|
}
|