mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2025-02-01 13:36:40 +00:00
fix hover on visited links & add underline when hovering links (#813)
* fix hover on visited links (move :hover after :visited selector) * add underline when hovering links
This commit is contained in:
parent
6f2a7cd32f
commit
0e6f5fcbd6
@ -37,14 +37,15 @@ a {
|
||||
margin: .1em .25em ;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: beige ;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: darkgoldenrod ;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: beige ;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
h1 {
|
||||
border-style: solid ;
|
||||
border-width: 0px 0px 2px 0px ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user