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 @@