Anchors in web UI

This commit is contained in:
Philipp Heckel 2021-11-17 20:50:47 -05:00
parent ffe0c72a5a
commit ba2f6e08cd
3 changed files with 82 additions and 34 deletions

View file

@ -95,6 +95,24 @@ code {
color: #666;
}
/* Anchors */
.anchor .anchorLink {
color: #ccc;
text-decoration: none;
padding: 0 5px;
visibility: hidden;
}
.anchor:hover .anchorLink {
visibility: visible;
}
.anchor .anchorLink:hover {
color: #3a9784;
visibility: visible;
}
/* Screenshots */
#screenshots {