tweaked nav/footer borders/backgrounds

This commit is contained in:
Xanazf 2024-10-16 02:59:18 +03:00
parent fcf2179001
commit 77e2d05d6f
Signed by: Xanazf
GPG key ID: 4E4A5AD1FB748427
3 changed files with 15 additions and 24 deletions

View file

@ -32,20 +32,8 @@
scrollbar-width: none;
font-size: 1.2rem;
-ms-overflow-style: none;
background: hsl(var(--bg-900));
&::before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(
135deg,
hsla(var(--secondary-900) / 1) 36%,
hsla(var(--overlay-bkg-1) / 1) 100%
);
filter: blur(21px);
/* border-top: solid hsl(var(--overlay-bkg-border)) 1px; */
}
background: hsla(var(--blue) 75 5);
border-right: 1px solid hsl(var(--blue) 45 15);
&::-webkit-scrollbar {
display: none;