style: now label black

This commit is contained in:
Ayo 2023-02-19 10:28:44 +01:00
parent f4c1364387
commit 4406842150

View file

@ -91,8 +91,8 @@ import Footer from "../components/Footer.astro";
.now-label { .now-label {
border-radius: 40px; border-radius: 40px;
background-color: var(--color-brand-complement); background-color: rgba(0, 0, 0, 0.6);
color: var(--color-brand-blue-1); color: white;
padding: 4px 8px; padding: 4px 8px;
text-transform: uppercase; text-transform: uppercase;
font-weight: bold; font-weight: bold;
@ -146,7 +146,8 @@ import Footer from "../components/Footer.astro";
} }
.now-label { .now-label {
background-color: transparent; background-color: transparent;
color: var(--color-brand-complement); color: white;
text-decoration: underline;
padding: 0; padding: 0;
margin: 0; margin: 0;
} }