sync
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user