website/static/css/single.css

13 lines
133 B
CSS

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