Fix: link style

This commit is contained in:
eight 2017-11-11 13:13:34 +08:00
parent d59f24caa6
commit 9b41a70c9b

View File

@ -8,6 +8,16 @@ body {
box-sizing: border-box;
}
a {
color: #000;
transition: color .5s;
text-decoration-skip: ink;
}
a:hover {
color: #666;
}
img.icon,
svg.icon {
height: 1.4em;