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