This commit is contained in:
Russell2259
2024-01-03 17:15:55 +00:00
parent f16cfc5734
commit 44cfda5666
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -6,7 +6,6 @@
.navbar {
box-shadow: 0vh 0.75vh 1.5vh 0vh var(--shadow-color);
border: 3px solid rgb(96, 88, 146);
position: fixed;
width: calc(calc(100% - 100px) - calc(1.5em * 2));
background-color: var(--background-color);
@@ -26,7 +25,7 @@
}
.navbar.scrolling {
background-color: rgba(21, 22, 39, 0.6);
background-color: var(--background-darker);
color: black;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
+1 -1
View File
@@ -246,4 +246,4 @@ body[data-theme='violet'] {
background: radial-gradient(at center bottom, rgb(27, 39, 53) 0%, rgb(9, 10, 15) 100%);;
background-repeat: no-repeat;
}
}
}