Merge branch 'test'

This commit is contained in:
2026-05-09 00:20:27 +02:00
3 changed files with 19 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://portfolio.marvinkrausser.com">
<title>Redirecting...</title>
</head>
<body>
<p>Redirecting to <a href="https://portfolio.marvinkrausser.com">portfolio.marvinkrausser.com</a></p>
</body>
</html>
+3
View File
@@ -12,8 +12,11 @@
gap: 10px; gap: 10px;
background: var(--bg); background: var(--bg);
transition: left 0.3s; transition: left 0.3s;
<<<<<<< HEAD
=======
-webkit-user-select: none; -webkit-user-select: none;
-ms-user-select: none; -ms-user-select: none;
>>>>>>> 42b4b12c3c410c9f7ae1bb9721b305f786481533
user-select: none; user-select: none;
} }
+3
View File
@@ -75,6 +75,7 @@
position: relative; position: relative;
font-weight: normal; font-weight: normal;
margin: 5px 0px 5px 0px; margin: 5px 0px 5px 0px;
user-select: none;
} }
.nav-link { .nav-link {
@@ -136,6 +137,7 @@
/* Color Switch */ /* Color Switch */
.switch { .switch {
user-select: none;
position: relative; position: relative;
display: inline-block; display: inline-block;
width: 52px; width: 52px;
@@ -191,6 +193,7 @@ input:checked+.slider:before {
/* Language Dropdown*/ /* Language Dropdown*/
.lang-dropdown { .lang-dropdown {
user-select: none;
display: flex; display: flex;
gap: 3px; gap: 3px;
width: 91px; width: 91px;