white.css 460 B

12345678910111213141516171819202122232425262728293031323334
  1. body {
  2. background: #fff;
  3. /* background-image: url(sfondo.avif); */
  4. }
  5. .intestazione {
  6. color: #000;
  7. }
  8. .event {
  9. background-color: #fff;
  10. }
  11. .event img {
  12. /* filter: grayscale(100%); */
  13. /* filter: grayscale(1) contrast(100) brightness(1); */
  14. }
  15. h3,
  16. .place_name {
  17. color: #000;
  18. }
  19. .time {
  20. font-weight: bold;
  21. color: grey;
  22. }
  23. .event_info svg {
  24. fill: gray;
  25. }
  26. .location svg {
  27. fill: black;
  28. }
  29. footer {
  30. color: #0d1117;
  31. }
  32. .contacts svg {
  33. fill: #0d1117;
  34. }