move smallweb subway to the sidebar
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user