website/static/css/single.css
Pagwin 3a45051da7 finishing touches
finished up the css and added a small bit onto the end of the first blog
post
2020-09-30 18:46:46 -04:00

13 lines
133 B
CSS

h1{
font-weight: bold;
}
p a{
color:#00a;
}
p a:hover{
color:#00a;
background:#bbb;
}
p a:visited{
color:#500;
}