fix
This commit is contained in:
parent
6bdb424a11
commit
d3d9efb0b7
1 changed files with 13 additions and 0 deletions
13
files/static/dist/main.css
vendored
13
files/static/dist/main.css
vendored
|
@ -2470,6 +2470,19 @@ video {
|
|||
--color-900: 15,23,42;
|
||||
}
|
||||
|
||||
.theme-abyss {
|
||||
--color-primary: 219,39,119;
|
||||
--color-100: 244,244,245;
|
||||
--color-200: 228,228,231;
|
||||
--color-300: 212,212,216;
|
||||
--color-400: 161, 161,171;
|
||||
--color-500: 117, 117,126;
|
||||
--color-600: 82,82,91;
|
||||
--color-700: 0,0,0;
|
||||
--color-800: 0,0,0;
|
||||
--color-900: 0,0,0;
|
||||
}
|
||||
|
||||
.theme-midnight {
|
||||
--color-primary: 219,39,119;
|
||||
--color-100: 243,244,246;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue