move smallweb subway to the sidebar

This commit is contained in:
jonathan
2023-11-17 10:31:05 +10:30
parent cca401fbc4
commit 35c6df657e
2 changed files with 11 additions and 4 deletions

View File

@ -61,17 +61,24 @@ h5 {
/* Format links */
a,
a:visited {
a:visited,
.smallweb-subway {
color: var(--accent);
display: inline-block;
transition: transform .07s ease-out;
}
a:hover {
a:hover,
.smallweb-subway:hover {
text-decoration: none;
transform: translate(0px, -2px);
}
.smallweb-subway {
text-decoration: underline;
cursor: pointer;
}
hr {
border-top: 2px solid var(--border);
}