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 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;