Few more changes (#217)

This commit is contained in:
Luke Prior 2021-10-11 07:00:34 +11:00 committed by GitHub
parent e6a764b650
commit 4e773944b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 4 deletions

View File

@ -339,7 +339,7 @@ p{
@media (prefers-color-scheme: dark) {
body {
background-color: #333;
}
}
h2{
color: white;
}
@ -354,12 +354,20 @@ p{
background-color: #333;
}
a:link, a:visited {
color: grey !important;
color: #D3D3D3;
}
.topnav {
.topnav, td#sfreq {
background-color: grey;
}
.topnav a:visited {
color: white !important;
color: white;
}
.ctlbtn {
color: white;
background-color: grey;
}
.leaflet-center {
color: white;
background-color: grey;
}
}