add prefers-color-scheme: dark to guestbook
This commit is contained in:
parent
c06fef7aa3
commit
721c6765e7
@ -6,6 +6,20 @@
|
|||||||
--border: #DB7093;
|
--border: #DB7093;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
:root {
|
||||||
|
--border: #474973;
|
||||||
|
--pagecolor: #474973;
|
||||||
|
--button-border-color: #474973;
|
||||||
|
--button-color: #474973;
|
||||||
|
--pagebg: #f1dac4;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type=submit] {
|
||||||
|
color: #f1dac4;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
ul.pages {
|
ul.pages {
|
||||||
list-style:none;
|
list-style:none;
|
||||||
margin:auto;
|
margin:auto;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user