Stripes if PM

This commit is contained in:
Lim Chee Aun 2024-02-11 21:04:30 +08:00
parent 3fbe11295f
commit a9d0100087

View file

@ -361,6 +361,10 @@
background-repeat: no-repeat;
background-size: 100% calc(100% - var(--top-padding) / 2);
&.visibility-direct {
background-image: var(--yellow-stripes);
}
> * {
opacity: 0.65;
transition: opacity 1s ease-out;