From c7282520cdd76676d1d3f95d262aea68a94a2032 Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Wed, 30 Dec 2020 10:53:27 -0800 Subject: [PATCH] Add Focus Indicator --- static/style.css | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/static/style.css b/static/style.css index 82fa0c4..ad86548 100644 --- a/static/style.css +++ b/static/style.css @@ -15,7 +15,6 @@ margin: 0; color: white; font-family: sans-serif; - outline: none; } body { @@ -32,9 +31,8 @@ nav { font-size: 20px; } -#lib, #github { - color: white; -} +nav #lib, nav #github, nav #version { color: white; } +nav #version { opacity: 25%; } main { display: flex; @@ -78,10 +76,6 @@ aside { max-width: 350px; } -#version { - color: white; - opacity: 25%; -} /* User & Subreddit */