sfondo
This commit is contained in:
parent
a52eae5b59
commit
d2ef77b29e
2 changed files with 15 additions and 5 deletions
|
@ -90,7 +90,7 @@ h3 {
|
|||
}
|
||||
|
||||
.flyer-container {
|
||||
background: #0d1117;
|
||||
background: transparent;
|
||||
}
|
||||
.flyer {
|
||||
width: 100%;
|
||||
|
|
|
@ -1,15 +1,25 @@
|
|||
body {
|
||||
background: #fff;
|
||||
/* background: #fff; */
|
||||
/* background-image: url(pippo.avif); */
|
||||
background: ghostwhite;
|
||||
}
|
||||
|
||||
.intestazione {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.event {
|
||||
background-color: #fff;
|
||||
}
|
||||
h3,
|
||||
.place_name {
|
||||
color: #000;
|
||||
}
|
||||
.time {
|
||||
font-weight: bold;
|
||||
color: grey;
|
||||
}
|
||||
footer {
|
||||
color: #0d1117;
|
||||
}
|
||||
|
||||
.contacts svg {
|
||||
fill: #0d1117;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue