Skip to content

Commit a6ee613

Browse files
committed
darken loading overlay
1 parent 2feaefe commit a6ee613

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

resources/css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,10 @@
242242
transition: opacity 0.2s ease;
243243
}
244244

245+
[data-theme="cakephp-dark"] .main-loading-overlay {
246+
background: hsl(0 0% 8% / 0.78);
247+
}
248+
245249
body.is-htmx-loading .main-loading-overlay,
246250
.main-loading-overlay.htmx-request {
247251
opacity: 1;

0 commit comments

Comments
 (0)