Skip to content

Commit ebc63e0

Browse files
committed
update border
1 parent 4a5a337 commit ebc63e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ hr {
679679
margin: 0 auto;
680680
}
681681
.navbar__inner {
682-
background: var(--navbar-items-bg);
682+
background: var(--surface-primary);
683683
padding: 16px 24px;
684684
display: grid;
685685
gap: 40px;
@@ -884,7 +884,7 @@ hr {
884884
padding: 0;
885885
backdrop-filter: blur(7px);
886886
background: var(--navbar-gradient);
887-
box-shadow: var(--navbar-shadow);
887+
border-bottom: 1px solid var(--border-color);
888888
}
889889

890890
@media (max-width: 996px) {

0 commit comments

Comments
 (0)