fix
All checks were successful
deploy to production / deploy (push) Successful in 35s

This commit is contained in:
Robin Grenzdörfer 2023-09-08 15:25:03 +00:00
parent 18b3db7671
commit 6c9fd6f64a

View File

@ -177,3 +177,8 @@ swiper-slide {
scrollbar-width: thin; /* "auto" or "thin" */
scrollbar-color: rgb(255, 255, 255) rgb(0, 0, 0); /* scroll thumb and track */
}
a {
color: black;
text-decoration: underline;
}