This commit is contained in:
romo 2023-11-15 23:49:27 +01:00
parent a52eae5b59
commit d2ef77b29e
2 changed files with 15 additions and 5 deletions

View file

@ -90,7 +90,7 @@ h3 {
}
.flyer-container {
background: #0d1117;
background: transparent;
}
.flyer {
width: 100%;

View file

@ -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;
}