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