From c2e10f09732ff96a7b185aa4e0a8896750d5c32d Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Tue, 12 Jun 2018 15:31:25 -0700 Subject: hide sidebar on small width --- static/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index c73a8be..4fce014 100644 --- a/static/style.css +++ b/static/style.css @@ -165,13 +165,12 @@ pre { position: fixed; top: 0; left: 0; - color: black; + color: white; line-height: 1em; z-index: 1; cursor: pointer; width: 10rem; font-size: 2rem; - background: black; } .hasunread { -- cgit v1.2.3