Add underline to a:hover
This commit is contained in:
parent
abf1eb516d
commit
2bd75e632a
|
@ -47,6 +47,10 @@ a {
|
|||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
b, strong {
|
||||
font-weight: 600;
|
||||
background: linear-gradient(transparent 75%, #a7d6ff 70%);
|
||||
|
|
Loading…
Reference in a new issue