Removes the annoying underlining of links

This commit is contained in:
A. Svensson 2017-10-06 21:12:01 +02:00
parent c812784ed3
commit f84389fde4

View File

@ -56,7 +56,10 @@ const tmplBase string = `<!DOCTYPE html>
} }
a, a:hover, a:visited { a, a:hover, a:visited {
color: #444; color: #444;
text-decoration: underline; text-decoration: none;
}
a:hover {
color: #000;
} }
img { img {
display: block; display: block;