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; }