change color of heading1 to be better visible in dark mode (#469)

This commit is contained in:
K0rni 2024-12-17 17:49:49 +01:00 committed by GitHub
parent 6dc0d88d49
commit 7721337fbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -413,7 +413,10 @@ h1{
@media (prefers-color-scheme: dark) {
body {
background-color: #333;
}
}
h1{
color: #3378f6;
}
h2{
color: white;
}