Improve styling of gallery items, particularly in dark mode

This commit is contained in:
fuzzytent 2022-09-30 16:02:16 +02:00
parent 5c0c778a65
commit 2a7f48cdb8

View File

@ -403,3 +403,7 @@ input[type="range"]{
.red {
color: red;
}
.gallery-item {
--tw-bg-opacity: 0 !important;
}