From 3a97ee96950fda261bef1fbc42d6a1e3604882f7 Mon Sep 17 00:00:00 2001 From: Joe Wroten Date: Mon, 7 Jan 2019 21:46:24 -0600 Subject: [PATCH] Oops, fixed icon color issue in interrior --- src/assets/stylesheet.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/assets/stylesheet.css b/src/assets/stylesheet.css index 02929c3..5adf808 100644 --- a/src/assets/stylesheet.css +++ b/src/assets/stylesheet.css @@ -161,6 +161,7 @@ a { } .interior-topbar svg { + color: white; height: 2rem; max-height: none; position: relative;