pianello-api/resources/css/components/_zoom-vanilla.css
Ale Gallo 74c4b1d3f4 Committing laraver (part 2)
committing part of the laravel system with templating files and components
2023-11-10 15:58:25 +01:00

9 lines
151 B
CSS

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