change h* color

This commit is contained in:
Ada 2023-05-14 03:32:23 +02:00 committed by GitHub
parent 90a141c6c9
commit 19a16539ee

3
ui.css
View file

@ -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;
}
}