change color of heading1 to be better visible in dark mode

This commit is contained in:
K0rni 2024-10-05 23:31:04 +02:00 committed by GitHub
parent 331fa13330
commit c55af04cde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

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