Add github style links to docs sections

This commit is contained in:
itmuckel 2023-03-13 19:24:55 +01:00
parent ceacc1792d
commit cc70413e05
No known key found for this signature in database
GPG key ID: B31FDD4A4136F0E5
3 changed files with 12 additions and 10 deletions

View file

@ -82,16 +82,16 @@ table tr td {
}
.entry-name a {
font-weight: bold;
color: var(--violet);
visibility: hidden;
font-size: 12px;
margin-left: -7px;
margin-right: 4px;
vertical-align: top;
}
.entry-name a:visited {
color: var(--violet);
}
.entry-name a:hover {
color: var(--green);
.entry-name:hover a {
visibility: visible;
text-decoration: none;
}
.pkg-full-name a {