From fd1fde6be077b419a3072cffdf50b36ee9504503 Mon Sep 17 00:00:00 2001 From: jbb01 <32650546+jbb01@users.noreply.github.com> Date: Sun, 15 Sep 2024 18:37:00 +0200 Subject: [PATCH] make text not selectable or draggable --- impressum.html | 2 +- index.css | 6 ++++++ index.html | 10 +++++----- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/impressum.html b/impressum.html index 4907083..c5e124d 100644 --- a/impressum.html +++ b/impressum.html @@ -28,7 +28,7 @@
\ No newline at end of file diff --git a/index.css b/index.css index 6666a1a..20e6da1 100644 --- a/index.css +++ b/index.css @@ -78,6 +78,7 @@ body { display: block; text-decoration: none; + user-select: none; padding: var(--border-width); } @@ -118,6 +119,10 @@ body { margin-right: 0.5rem; } +.impressum { + user-select: none; +} + .footer { align-self: end; padding: 0.5rem; @@ -126,4 +131,5 @@ body { .footer a { color: var(--foreground); text-decoration: none; + user-select: none; } \ No newline at end of file diff --git a/index.html b/index.html index 341b209..c220542 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@

jonahbauer.eu