Files
2026-02-22 21:59:33 +01:00

12 lines
257 B
Plaintext

/*===============================================
Expose.js
================================================= */
/* overlay */
.expose-overlay {
display: none;
background: rgba(0, 0, 0, 0.6);
z-index: 9999;
//transition: all 4s ease;
}