We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f73b3 commit 85089aaCopy full SHA for 85089aa
1 file changed
src/modulate.css
@@ -580,18 +580,16 @@
580
/* ----------------------------------------------------------------------------------------
581
Backdrop & Background
582
*/
583
- &::before,
584
- ::after {
+ &::before {
585
content: "";
586
position: relative;
587
- }
588
-
589
- &::before {
590
background: var(--cs-backdrop);
591
z-index: 1;
592
}
593
594
&::after {
+ content: "";
+ position: relative;
595
background: var(--cs-background);
596
z-index: 2;
597
0 commit comments