Fix: link style
This commit is contained in:
parent
d59f24caa6
commit
9b41a70c9b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user