change h* color
This commit is contained in:
parent
90a141c6c9
commit
19a16539ee
1 changed files with 1 additions and 2 deletions
3
ui.css
3
ui.css
|
@ -1,6 +1,6 @@
|
|||
:root {
|
||||
--main-width: 85vw;
|
||||
--title-color: #C71585;
|
||||
--title-color: hotpink;
|
||||
--bg-color: white;
|
||||
--text-color: #212121;
|
||||
|
||||
|
@ -9,7 +9,6 @@
|
|||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--bg-color: #212121;
|
||||
--title-color: #FF69B4;
|
||||
--text-color: white;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue