Merge remote-tracking branch 'upstream/master'

This commit is contained in:
horochx
2020-03-10 22:26:40 +08:00
12 changed files with 1452 additions and 1225 deletions

View File

@ -118,3 +118,14 @@
}
}
}
.hanchor {
color: color-mod(var(--accent) alpha(90%));
text-decoration: none;
margin-left: 10px;
visibility: hidden;
}
h1:hover a, h2:hover a, h3:hover a, h4:hover a {
visibility: visible;
}