Skip to content

Instantly share code, notes, and snippets.

View nullableVoidPtr's full-sized avatar
👋
henlo break pls

Avery nullableVoidPtr

👋
henlo break pls
View GitHub Profile
@nullableVoidPtr
nullableVoidPtr / SelfWealthDarkMode.css
Last active January 28, 2021 10:40
Unofficial darkmode for SelfWealth, inject this using Stylus
nav.left-nav {
background-color: var(--brand-grey);
}
nav.left-nav ul.nav-section li a:hover {
background-color: var(--gray-dark);
color: var(--white);
}
body,
.heading,
h1,