fix footer link loop and update theme colors

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-01-19 23:32:01 +03:00
parent 2b13a79013
commit 721d83eff1
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D
3 changed files with 4 additions and 6 deletions

View File

@ -22,9 +22,6 @@ const Footer = () => {
</a>
</Link>
</li>
<li>
<span> | </span>
</li>
))}
<li className={styles.nav__item}>
<a href='#' className={styles.nav__link}>

View File

@ -2,9 +2,9 @@ $_dark: (
text-accent: hsl(0, 0%, 100%),
text: hsl(0, 0%, 96%),
text-muted: hsl(0, 0%, 80%),
bg-accent: hsl(221, 39%, 15%),
bg-accent: #232323,
bg: #000,
bg-muted: rgb(20, 28, 46),
bg-muted: #141414,
link: hsl(339, 95%, 80%),
link-muted: hsl(344, 79%, 80%),
fill: hsl(339, 75%, 64%),

View File

@ -6,7 +6,8 @@
font-size: 1.1em;
display: grid;
background: (var(--clr-bg-muted));
background: none;
border-bottom: solid 1px (var(--clr-text-accent))
&__about {
min-height: 100vh;