Add underline back to links in the style
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -85,20 +85,16 @@ hr {
|
||||
|
||||
a:link {
|
||||
color:#555;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #555;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #888;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: #888;
|
||||
text-decoration: none;
|
||||
}
|
||||
Reference in New Issue
Block a user