From 219d89582fe777c69e22d7a11cc7d39a9e3575b2 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Mon, 31 Jan 2022 12:07:55 -0500 Subject: [PATCH] updated css to a working version --- static/css/single.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/static/css/single.css b/static/css/single.css index e805a0f..f14357d 100644 --- a/static/css/single.css +++ b/static/css/single.css @@ -1,16 +1,13 @@ h1{ font-weight: bold; } -:not(h2) a{ +p a, li a{ color:#00a; } -:not(h2) a:hover{ +p a:hover, li a:hover{ color:#00a; background:#bbb; } -:not(h2) a:visited{ +p a:visited, li a:visited{ color:#500; } -a { - display: inline-block; -}