Add underline to a:hover

This commit is contained in:
kampersanda 2017-11-18 11:20:43 +09:00
parent abf1eb516d
commit 2bd75e632a

View file

@ -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%);