diff --git a/content/publications/eigengrau/main.css b/content/publications/eigengrau/main.css index 1d80469..77727ea 100644 --- a/content/publications/eigengrau/main.css +++ b/content/publications/eigengrau/main.css @@ -24,4 +24,12 @@ h1, h2, h3, h4, h5, h6 { .page-content { background-color: #16161d; + color: #ffffff; +} + +a, h1, h2, h3, h4, h5, h6 { + color: #ffffff; +} +body { + background-color: #252525; }