Add card background color

This commit is contained in:
Federico Bologni 2023-06-29 18:57:51 +02:00
parent 0fc8c96045
commit 8a0aa862c7
2 changed files with 3 additions and 0 deletions

View file

@ -20,6 +20,7 @@ const style = `
width: 90%;
border-radius: 90px;
box-shadow: 0 0 50px #ccc;
background-color: var(--card-background-color);
}
:host > div {

View file

@ -4,6 +4,7 @@
--pianello-red: #de0e1b;
--pianello-yellow: #f6ae04;
--pianello-blue: #213c8b;
--card-background-color: #f9f4f1;
}
* {
@ -60,6 +61,7 @@ footer {
margin-bottom: 10px;
width: 90%;
display: flex;
background-color: var(--card-background-color);
}
.route-card > * {