hide url when hovering title

This commit is contained in:
2025-11-07 01:54:15 +00:00
parent 359ca97e12
commit 809015fc52
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
<body> <body>
<div class="container"> <div class="container">
<h1 class="title"><a class="title" href="mailto:me@futile.eu">futile</a></h1> <h1 class="title" onclick="window.location.href='mailto:me@futile.eu'">futile</h1>
</div> </div>
</body> </body>
+1 -3
View File
@@ -18,10 +18,8 @@ body {
.title { .title {
color: white; color: white;
text-decoration: none;
cursor: default;
font-family: "Bokor"; font-family: "Bokor";
font-size: clamp(1em, 3.6em, 40vw); font-size: clamp(1em, 12em, 40vw);
user-select: none; user-select: none;
/* because chromium renders this font like dogshit at weight 600 */ /* because chromium renders this font like dogshit at weight 600 */