make circuits glow for touch users

This commit is contained in:
Joshua Seigler 2025-07-15 22:13:46 -04:00
parent 00ed93cb94
commit 6265c415bc
2 changed files with 35 additions and 16 deletions

View file

@ -23,6 +23,7 @@ body {
--c-text: oklch(94% 0.045 calc(var(--hue-main) + 180));
--c-text-dim: oklch(94% 0.045 calc(var(--hue-main) + 180) / 0.67);
--tag-luminance: 0.85;
--glowColor: var(--c-accent);
--ratio: 1.333;
--s-5: calc(var(--s-4) / var(--ratio));
@ -85,7 +86,6 @@ body {
a, label {
color: inherit;
--glowColor: var(--c-accent);
--c-accent: oklch(45% 0.135 var(--hue-main) / 0.8);
}
a[href] {