Fix eigengrau

This commit is contained in:
Madison Scott-Clary
2020-03-23 17:15:59 -07:00
parent cac57a9ff8
commit 60d032721d

View File

@ -24,4 +24,12 @@ h1, h2, h3, h4, h5, h6 {
.page-content { .page-content {
background-color: #16161d; background-color: #16161d;
color: #ffffff;
}
a, h1, h2, h3, h4, h5, h6 {
color: #ffffff;
}
body {
background-color: #252525;
} }