Indent using tabs

This commit is contained in:
Miraty 2023-05-30 22:53:54 +02:00
parent 84b2013d72
commit f21a630f13
1 changed files with 29 additions and 30 deletions

View File

@ -22,10 +22,9 @@
@media (max-width: 600px) { @media (max-width: 600px) {
grid-template-columns: 1fr; grid-template-columns: 1fr;
} }
} }
// Add a white shadow to dark images to get enought contrast with dark theme // Add a white shadow to dark images to get enough contrast with dark theme
img[src="img/logos/searx.webp"], img[src="img/logos/peertube.webp"] { img[src="img/logos/searx.webp"], img[src="img/logos/peertube.webp"] {
filter: drop-shadow(1px 1px 0 white) filter: drop-shadow(1px 1px 0 white)
drop-shadow(-1px -1px 0 white) drop-shadow(-1px -1px 0 white)