From 809015fc5244cebfb05832af5b6040311d7a9f3c Mon Sep 17 00:00:00 2001 From: futile Date: Fri, 7 Nov 2025 01:54:15 +0000 Subject: [PATCH] hide url when hovering title --- index.html | 2 +- style.css | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 842eaab..5abb9e2 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@
-

futile

+

futile

diff --git a/style.css b/style.css index fb7cad8..85ccd6d 100644 --- a/style.css +++ b/style.css @@ -18,10 +18,8 @@ body { .title { color: white; - text-decoration: none; - cursor: default; font-family: "Bokor"; - font-size: clamp(1em, 3.6em, 40vw); + font-size: clamp(1em, 12em, 40vw); user-select: none; /* because chromium renders this font like dogshit at weight 600 */