style link underline same color as the hover
This commit is contained in:
parent
7d982b96c9
commit
829165ad8c
@ -29,7 +29,7 @@ a:link, a:visited {
|
||||
|
||||
a:hover, a:active {
|
||||
color: #B31D15;
|
||||
border-bottom: 1px dotted #EEE;
|
||||
border-bottom: 1px dotted #B31D15;
|
||||
}
|
||||
|
||||
div.header {
|
||||
|
@ -29,7 +29,7 @@ a:link, a:visited {
|
||||
|
||||
a:hover, a:active {
|
||||
color: #811610;
|
||||
border-bottom: 1px dotted #111;
|
||||
border-bottom: 1px dotted #811610;
|
||||
}
|
||||
|
||||
div.header {
|
||||
|
Loading…
Reference in New Issue
Block a user