diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro
index 798189b..cf0dfeb 100644
--- a/src/components/Navbar.astro
+++ b/src/components/Navbar.astro
@@ -40,6 +40,16 @@ const LINKS = t('navbar', {
>
))
}
+
+
+ ×
+ CARDS
+
+
@@ -194,7 +204,7 @@ const LINKS = t('navbar', {
}
@media (width >= 50rem) {
- span,
+ .burger span,
.burger {
display: none;
}
@@ -255,6 +265,10 @@ const LINKS = t('navbar', {
rgba(153, 153, 153, 0) 100%
);
color: white;
+
+ & a > span.cards {
+ color: #fa86ce;
+ }
}
.list-item {
@@ -265,6 +279,18 @@ const LINKS = t('navbar', {
color: #b1b3d0;
}
+ a:has(span.cards) {
+ display: inline-flex;
+ align-items: center;
+ gap: 0.3rem;
+ }
+
+ a > span.symbol {
+ font-size: 1.2rem;
+ line-height: 12px;
+ translate: 0 -0.8px;
+ }
+
.dots {
display: flex;