working on making links look right

This commit is contained in:
Pagwin 2020-09-29 21:15:59 -04:00
parent 1e46f34edb
commit 58d880a18b

View file

@ -1,3 +1,6 @@
h1 { h1 {
font-weight: bold; font-weight: bold;
} }
p a {
color: #a00;
}