validity fixes

This commit is contained in:
Pascal Engélibert
2023-05-25 22:45:52 +02:00
parent ebedc206ff
commit 9386e1bf8b
5 changed files with 8 additions and 8 deletions

View File

@ -169,7 +169,7 @@ h3 {
max-height: calc(100vh - 64px);
}
/*@media (prefers-color-scheme: light), (prefers-color-scheme: no-preference) {
/*@media (prefers-color-scheme: light) {
html {
background: radial-gradient(circle at 100%, rgba(2, 148, 217, 0.2) 20%, white);
}