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 137b30a..0edcd42 100644 --- a/styles/mobile_bar_style.css +++ b/styles/mobile_bar_style.css @@ -12,8 +12,11 @@ gap: 10px; background: var(--bg); transition: left 0.3s; +<<<<<<< HEAD +======= -webkit-user-select: none; -ms-user-select: none; +>>>>>>> 42b4b12c3c410c9f7ae1bb9721b305f786481533 user-select: none; } diff --git a/styles/sidebar_style.css b/styles/sidebar_style.css index cec6aec..deb2b11 100644 --- a/styles/sidebar_style.css +++ b/styles/sidebar_style.css @@ -75,6 +75,7 @@ position: relative; font-weight: normal; margin: 5px 0px 5px 0px; + user-select: none; } .nav-link { @@ -136,6 +137,7 @@ /* Color Switch */ .switch { + user-select: none; position: relative; display: inline-block; width: 52px; @@ -191,6 +193,7 @@ input:checked+.slider:before { /* Language Dropdown*/ .lang-dropdown { + user-select: none; display: flex; gap: 3px; width: 91px;