commit 48ebfc9de83ddc96f252cc2dcb8168e96afa99fc parent 4a000300cb5d4b33dc526c7771dd2115b8705718 Author: Hunter Date: Tue, 28 Oct 2025 13:40:40 -0400 disable text highlight Diffstat:
| M | styles.css | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/styles.css b/styles.css @@ -9,6 +9,9 @@ * { scrollbar-color: var(--dimmed-text) var(--background); user-select: none; + -webkit-user-select: none; + -webkit-touch-callout: none; + -webkit-tap-highlight-color: transparent; } html {