1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-07-02 02:56:00 -04:00

a bunch of cleanup, mostly of my messy css hacks over the years

This commit is contained in:
2025-04-18 12:11:16 -04:00
parent eec8f5e1c2
commit 98ea88dae9
25 changed files with 221 additions and 184 deletions
@@ -1,4 +1,5 @@
.toggle {
display: block;
border: 0;
padding: 0.6em;
margin-right: -0.6em;
@@ -15,7 +16,7 @@
/* hacky way to avoid flashing icon for a few milliseconds on initial render */
.toggle > .sun,
[data-theme="dark"] .toggle > .moon {
display: inline-block;
display: inherit;
}
/* stylelint-disable-next-line no-descending-specificity */