adding a svg logo linking to the wiki page
This commit is contained in:
@@ -151,6 +151,20 @@ body{ counter-reset: sidenote-counter; }
|
||||
border-color: var(--heading);
|
||||
}
|
||||
|
||||
.web-logo {
|
||||
position: absolute;
|
||||
top: 0.75rem;
|
||||
left: 1rem;
|
||||
z-index: 1000;
|
||||
|
||||
width: 10%;
|
||||
|
||||
padding: .25rem;
|
||||
border-radius: 6px;
|
||||
|
||||
transition: background-color 0.3s, color 0.3s, border-color 0.3s;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.sidenote .mn-fig,
|
||||
|
||||
Reference in New Issue
Block a user