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

@ -5,8 +5,8 @@ import gitLogo from "@icons/git-logo.svg?raw";
<footer>
<section class="credits">
<p class="hint">Brought to you by:</p>
<a href="https://outfoxxed.me" target="_blank">outfoxxed <span class="hint">- Lead Developer</span></a>
<a href="https://github.com/Xanazf" target="_blank">Xanazf <span class="hint">- Website Developer / Designer</span></a>
<a href="https://outfoxxed.me" target="_blank">outfoxxed - <span class="hint">Lead Developer</span></a>
<a href="https://github.com/Xanazf" target="_blank">Xanazf - <span class="hint">Website Developer / Designer</span></a>
<a href="https://github.com/quickshell-mirror/quickshell/graphs/contributors" target="_blank">
and our contributors
</a>

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;

View file

@ -119,20 +119,22 @@ footer {
padding: 1rem;
overflow: hidden;
flex-shrink: 0;
background: hsla(var(--blue) 66 5);
/*border-top: 1px solid hsl(var(--bg-800));*/
&::before {
content: "";
position: absolute;
inset: 0;
background: hsl(var(--overlay-bkg));
top: 0;
left: -1rem;
height: 1px;
width: calc(100% + 1rem);
background: linear-gradient(
180deg,
hsla(var(--overlay-bkg-2) / 1) 30%,
hsla(var(--overlay-bkg-1) / 1) 66%,
hsla(var(--overlay-bkg-2) / 1) 100%
90deg,
transparent 0%,
hsl(var(--blue) 75 21) 50%,
transparent 100%
);
filter: blur(4rem);
/* border-top: solid hsl(var(--overlay-bkg-border)) 1px; */
}
& a {
@ -173,6 +175,7 @@ footer {
& > p {
margin-bottom: 0.2rem;
color: hsl(0 0 40);
}
& > a {