From a55309e9f0bca3a7134b41570ff589eddb219f57 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Wed, 26 Jan 2022 20:12:45 -0500 Subject: [PATCH] used not instead of p in css --- static/css/single.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/single.css b/static/css/single.css index fd464b4..df836ff 100644 --- a/static/css/single.css +++ b/static/css/single.css @@ -1,13 +1,13 @@ h1{ font-weight: bold; } -p a{ +:not(h2) a{ color:#00a; } -p a:hover{ +:not(h2) a:hover{ color:#00a; background:#bbb; } -p a:visited{ +:not(h2) a:visited{ color:#500; }