Merge branch 'test'
This commit is contained in:
@@ -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>
|
||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user