style: now label black
This commit is contained in:
parent
f4c1364387
commit
4406842150
1 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue