Compare commits
2 Commits
2b13a79013
...
e1d46adb1e
Author | SHA1 | Date | |
---|---|---|---|
e1d46adb1e | |||
721d83eff1 |
@ -22,9 +22,6 @@ const Footer = () => {
|
|||||||
</a>
|
</a>
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<span> | </span>
|
|
||||||
</li>
|
|
||||||
))}
|
))}
|
||||||
<li className={styles.nav__item}>
|
<li className={styles.nav__item}>
|
||||||
<a href='#' className={styles.nav__link}>
|
<a href='#' className={styles.nav__link}>
|
||||||
|
@ -2,9 +2,9 @@ $_dark: (
|
|||||||
text-accent: hsl(0, 0%, 100%),
|
text-accent: hsl(0, 0%, 100%),
|
||||||
text: hsl(0, 0%, 96%),
|
text: hsl(0, 0%, 96%),
|
||||||
text-muted: hsl(0, 0%, 80%),
|
text-muted: hsl(0, 0%, 80%),
|
||||||
bg-accent: hsl(221, 39%, 15%),
|
bg-accent: #232323,
|
||||||
bg: #000,
|
bg: #000,
|
||||||
bg-muted: rgb(20, 28, 46),
|
bg-muted: #141414,
|
||||||
link: hsl(339, 95%, 80%),
|
link: hsl(339, 95%, 80%),
|
||||||
link-muted: hsl(344, 79%, 80%),
|
link-muted: hsl(344, 79%, 80%),
|
||||||
fill: hsl(339, 75%, 64%),
|
fill: hsl(339, 75%, 64%),
|
||||||
@ -20,4 +20,5 @@ $_dark: (
|
|||||||
|
|
||||||
$themes: (
|
$themes: (
|
||||||
light: $_dark, // yes
|
light: $_dark, // yes
|
||||||
|
dark: $_dark,
|
||||||
);
|
);
|
||||||
|
@ -6,7 +6,8 @@
|
|||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
|
|
||||||
display: grid;
|
display: grid;
|
||||||
background: (var(--clr-bg-muted));
|
background: none;
|
||||||
|
border-bottom: solid 1px (var(--clr-text-accent))
|
||||||
|
|
||||||
&__about {
|
&__about {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user