Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Commit 625f3ea

Browse files
committed
i think my work here is done
the fixed mentioned in the PR still apply, the docs now have a *functional* albeit not necessarily super pretty dark-theme ~there is a certain urge to remake the whole thing after I saw that 400mb SSG~
1 parent 21fe14d commit 625f3ea

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/css/custom.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
.breadcrumbs__link {
5151
color: white;
5252
}
53+
.navbar-sidebar {
54+
background-color: black;
55+
}
5356
}
5457

5558
[class*="docSidebarContainer"], .table-of-contents__left-border {
@@ -85,6 +88,13 @@ code {
8588
vertical-align: sub;
8689
}
8790

91+
.breadcrumbs__item--active .breadcrumbs__link {
92+
/*
93+
Again, I don't know what the FUCK is happening here but it's aligned now
94+
*/
95+
vertical-align: super;
96+
}
97+
8898
@font-face {
8999
font-display: swap;
90100
font-family: "Satoshi";

0 commit comments

Comments
 (0)