From 60d032721d7c0ec7778d4235ef5ab99f2414b5ef Mon Sep 17 00:00:00 2001 From: Madison Scott-Clary Date: Mon, 23 Mar 2020 17:15:59 -0700 Subject: [PATCH] Fix eigengrau --- content/publications/eigengrau/main.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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; }