mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
Fixed primary color for dark mode.
This commit is contained in:
parent
af9aa8303a
commit
e602aedd21
@ -4,3 +4,10 @@ html body {
|
||||
--primary600: var(--blue1000);
|
||||
--primary700: var(--blue1100);
|
||||
}
|
||||
|
||||
[data-theme='dark'] {
|
||||
--primary400: var(--blue600);
|
||||
--primary500: var(--blue700);
|
||||
--primary600: var(--blue800);
|
||||
--primary700: var(--blue900);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user