pianello-api/resources/css/components/_zoom-vanilla.css

10 lines
151 B
CSS
Raw Normal View History

.zoom-overlay {
background-color: theme("colors.black" / 75%);
}
.dark {
.zoom-overlay {
background-color: theme("colors.black" / 40%);
}
}