purple wave (#176)

added nostrtalk category, augmented Einundzwanzig CSS
This commit is contained in:
quillie ⚡️
2023-12-15 07:54:02 +01:00
committed by GitHub
parent 3c5a788663
commit a498c90c03
9 changed files with 15 additions and 2 deletions

View File

@@ -32,6 +32,7 @@
--color-accent-highlight: #dd7901;
--color-derweg: #00B4CF;
--color-special: #151515;
--color-nostrtalk: #A915FF;
--color-secondary: var(--color-neutral-50);
--space-xs: .125rem;

View File

@@ -72,6 +72,10 @@
& .interview {
background: var(--color-interview);
}
& .nostrtalk {
background: var(--color-nostrtalk);
}
}
& .telegram {

View File

@@ -22,6 +22,9 @@
&.der-weg {
--category-accent-bg : var(--color-derweg);
}
&.nostrtalk {
--category-accent-bg : var(--color-nostrtalk);
}
display: inline-block;
text-align: center;

View File

@@ -16,6 +16,7 @@ mixin categories(current)
li: a(href="/podcast/lesestunde/" class=(current === 'Lesestunde' && 'current')).lesestunde Lesestunde
li: a(href="/podcast/der-weg/" class=(current === 'Der Weg' && 'current')).der-weg Der Weg
li: a(href="/podcast/on-tour/" class=(current === 'On Tour' && 'current')).on-tour On Tour
li: a(href="/podcast/nostrtalk/" class=(current === 'NostrTalk' && 'current')).nostrtalk NostrTalk
li: a(href="/podcast/verschiedenes/" class=(current === 'Verschiedenes' && 'current')).verschiedenes Verschiedenes
mixin map(id, markers)

View File

@@ -27,6 +27,7 @@ html(lang="de")
a(href="/meetups/" class=(navCurrent === 'meetups' && 'current')) Meetups
a(href="https://portal.einundzwanzig.space/de/event/overview?l=de" rel="nofollow noopener") Events
a(href="https://portal.einundzwanzig.space/" rel="nofollow noopener") Portal
a(href="https://nostrnests.com/9noscz/" rel="nofollow noopener") Nostrnest
a(href="/telegram/" class=(navCurrent === 'telegram' && 'current')) Telegram
a(href="/shops/" class=(navCurrent === 'shops' && 'current')) Shops
a(href=site.meta.youtubeUrl target="_blank" rel="nofollow noopener") YouTube

View File

@@ -91,6 +91,7 @@ block main
ul.colors
li.orange #F7931A
li.derweg #00B4CF
li.nostrtalk #A915FF
li.interview #151515
article