From 249b481af507b81acb2a41b8ee1efbcf3453dab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20Krau=C3=9Fer?= Date: Sat, 9 May 2026 00:19:10 +0200 Subject: [PATCH] added redirect file --- redirect.html | 13 +++++++++++++ styles/mobile_bar_style.css | 1 + styles/sidebar_style.css | 3 +++ 3 files changed, 17 insertions(+) create mode 100644 redirect.html diff --git a/redirect.html b/redirect.html new file mode 100644 index 0000000..b4b660b --- /dev/null +++ b/redirect.html @@ -0,0 +1,13 @@ + + + + + + Redirecting... + + + +

Redirecting to portfolio.marvinkrausser.com

+ + + \ No newline at end of file diff --git a/styles/mobile_bar_style.css b/styles/mobile_bar_style.css index e890b04..7e3321a 100644 --- a/styles/mobile_bar_style.css +++ b/styles/mobile_bar_style.css @@ -12,6 +12,7 @@ gap: 10px; background: var(--bg); transition: left 0.3s; + user-select: none; } #navbar-mobile.inactive { diff --git a/styles/sidebar_style.css b/styles/sidebar_style.css index 7533646..6dcdb10 100644 --- a/styles/sidebar_style.css +++ b/styles/sidebar_style.css @@ -72,6 +72,7 @@ position: relative; font-weight: normal; margin: 5px 0px 5px 0px; + user-select: none; } .nav-link { @@ -130,6 +131,7 @@ /* Color Switch */ .switch { + user-select: none; position: relative; display: inline-block; width: 52px; @@ -185,6 +187,7 @@ input:checked+.slider:before { /* Language Dropdown*/ .lang-dropdown { + user-select: none; display: flex; gap: 3px; width: 91px;