adding a svg logo linking to the wiki page

This commit is contained in:
2025-12-28 22:07:35 +00:00
parent 8f234a746d
commit 04f2f7b845
12 changed files with 50 additions and 32 deletions

BIN
assets/New Document.rnote Normal file

Binary file not shown.

4
assets/images/1_to_2.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 163 KiB

View File

@@ -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,