gancio-flyers/static/flyers/simple/white.css
2023-11-16 10:31:11 +01:00

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