change color of heading1 to be better visible in dark mode (#469)
This commit is contained in:
parent
6dc0d88d49
commit
7721337fbf
|
|
@ -413,7 +413,10 @@ h1{
|
|||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
background-color: #333;
|
||||
}
|
||||
}
|
||||
h1{
|
||||
color: #3378f6;
|
||||
}
|
||||
h2{
|
||||
color: white;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue