Improve styling of gallery items, particularly in dark mode
This commit is contained in:
parent
5c0c778a65
commit
2a7f48cdb8
1 changed files with 4 additions and 0 deletions
|
@ -403,3 +403,7 @@ input[type="range"]{
|
||||||
.red {
|
.red {
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gallery-item {
|
||||||
|
--tw-bg-opacity: 0 !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue