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