hide url when hovering title
This commit is contained in:
+1
-1
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user