Add card background color
This commit is contained in:
parent
0fc8c96045
commit
8a0aa862c7
2 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,7 @@ const style = `
|
||||||
width: 90%;
|
width: 90%;
|
||||||
border-radius: 90px;
|
border-radius: 90px;
|
||||||
box-shadow: 0 0 50px #ccc;
|
box-shadow: 0 0 50px #ccc;
|
||||||
|
background-color: var(--card-background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
:host > div {
|
:host > div {
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
--pianello-red: #de0e1b;
|
--pianello-red: #de0e1b;
|
||||||
--pianello-yellow: #f6ae04;
|
--pianello-yellow: #f6ae04;
|
||||||
--pianello-blue: #213c8b;
|
--pianello-blue: #213c8b;
|
||||||
|
--card-background-color: #f9f4f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
@ -60,6 +61,7 @@ footer {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
background-color: var(--card-background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.route-card > * {
|
.route-card > * {
|
||||||
|
|
Loading…
Reference in a new issue