updated css to a working version

This commit is contained in:
Pagwin 2022-01-31 12:07:55 -05:00
parent a1f30e5a77
commit 219d89582f

View file

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