From 7980f9458c232c819279109d80c9459cefd1e66d Mon Sep 17 00:00:00 2001 From: Sean Doyle Date: Thu, 23 Apr 2020 11:36:25 -0400 Subject: [PATCH] Mobile view no longer greyed out. --- assets/css/main.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/assets/css/main.css b/assets/css/main.css index d2b5a2a8eb..c0704c1805 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -117,6 +117,8 @@ nav, @media (max-width: 800px) { section { background-color: white; + opacity: 1; + filter: alpha(opacity=100); } } @@ -135,6 +137,12 @@ body { line-height: 1; } +footer:hover { + opacity: 1; + filter: alpha(opacity=100); + background-color: white; +} + ol, ul { list-style: none;