Add underline back to links in the style

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-05-06 21:59:45 -07:00
parent 6ed47f9957
commit e9585544d5

View File

@@ -85,20 +85,16 @@ hr {
a:link { a:link {
color:#555; color:#555;
text-decoration: none;
} }
a:visited { a:visited {
color: #555; color: #555;
text-decoration: none;
} }
a:hover { a:hover {
color: #888; color: #888;
text-decoration: none;
} }
a:active { a:active {
color: #888; color: #888;
text-decoration: none;
} }