css/look.css: made hovered links add underline rather than change color
This commit is contained in:
parent
75b0d9467c
commit
db5bf8a7bb
@ -113,10 +113,11 @@ div#tabs ul li a.current {
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #2288aa;
|
||||
}
|
||||
a:hover {
|
||||
color: #006699;
|
||||
text-decoration: underline;
|
||||
}
|
||||
h2 {
|
||||
font-weight: bold;
|
||||
|
Loading…
Reference in New Issue
Block a user