1
Fork 0

Visited link color

This commit is contained in:
Jan-Erik Rediger 2015-05-09 13:51:57 +02:00
parent dbb4d2c7d5
commit e92321ab5b

View file

@ -7,9 +7,9 @@ body {
}
a { color: #06c; text-decoration: none; }
a:hover { text-decoration: underline; }
.post p a:visited { color: #004488; }
h1 a, .heading a { color: black; }
h1 a:hover { text-decoration: none; }
/*a:visited { color: green; }*/
.post .heading:before { content: "// "; }
.post .heading { font: bold 20px monospace; }
.post .date { font: italic 14px monospace; }