From 498248050e7d916d7983f7bdc516e9ab851bf86a Mon Sep 17 00:00:00 2001 From: Daniel Valentine Date: Sat, 17 Dec 2022 13:18:30 -0700 Subject: [PATCH] Revert changes to logo in SFW-only mode per request. --- static/style.css | 9 --------- templates/base.html | 4 ---- 2 files changed, 13 deletions(-) diff --git a/static/style.css b/static/style.css index 65dff24..f60bc06 100644 --- a/static/style.css +++ b/static/style.css @@ -123,15 +123,6 @@ nav #libreddit { vertical-align: -2px; } -nav #libreddit-sfw { - vertical-align: -2px; - color: var(--green); - border: 1px solid var(--green); - padding: 5px; - box-sizing: border-box; - border-radius: 5px; -} - #settings_link { opacity: 0.8; margin-left: 10px; diff --git a/templates/base.html b/templates/base.html index 37e1c32..e9b51ec 100644 --- a/templates/base.html +++ b/templates/base.html @@ -29,11 +29,7 @@