3 hours ago
(This post was last modified: 3 hours ago by Sphinx Coldhand. Edited 1 time in total.)
From my understanding, the CSS is executed from top to bottom.
If I add, for example:
after the @import, the backdrop is blured, but all, not only for the homepage.
So, the blur is not overriden by @import (it comes after the @import).
To me it seems that it has to be a possibility to achive the desired effect only for the homepage.
If I add, for example:
Code:
.backdropImage {filter: blur(20px) saturate(120%) contrast(120%) brightness(40%);}So, the blur is not overriden by @import (it comes after the @import).
To me it seems that it has to be a possibility to achive the desired effect only for the homepage.
