34 lines
460 B
CSS
34 lines
460 B
CSS
body {
|
|
background: #fff;
|
|
/* background-image: url(sfondo.avif); */
|
|
}
|
|
.intestazione {
|
|
color: #000;
|
|
}
|
|
.event {
|
|
background-color: #fff;
|
|
}
|
|
.event img {
|
|
/* filter: grayscale(100%); */
|
|
/* filter: grayscale(1) contrast(100) brightness(1); */
|
|
}
|
|
h3,
|
|
.place_name {
|
|
color: #000;
|
|
}
|
|
.time {
|
|
font-weight: bold;
|
|
color: grey;
|
|
}
|
|
.event_info svg {
|
|
fill: gray;
|
|
}
|
|
.location svg {
|
|
fill: black;
|
|
}
|
|
footer {
|
|
color: #0d1117;
|
|
}
|
|
.contacts svg {
|
|
fill: #0d1117;
|
|
}
|