From db614e05baf0ed8ca78d683aa3920f1ef8edf72d Mon Sep 17 00:00:00 2001 From: orenom Date: Sat, 23 Apr 2022 17:20:32 +0200 Subject: [PATCH] remove top bar section texts, and also style headers in sidebar --- static/wikipedia_styles_light.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/wikipedia_styles_light.css b/static/wikipedia_styles_light.css index a117953..57d9d51 100644 --- a/static/wikipedia_styles_light.css +++ b/static/wikipedia_styles_light.css @@ -80,6 +80,13 @@ #mw-specialMap-map { background-image: url(/media/map.png) !important; } +#mw-head .vector-menu-heading-label { + display: none; +} +#mw-panel .vector-menu-heading-label { + color: gray; + font-size: 0.7rem; +} /* END WIKILESS OVERRIDES */ /* START WIKIPEDIA CSS */