819
edits
| Line 14: | Line 14: | ||
} | } | ||
/*adds a layer for background transparency*/ | /*adds a layer for background transparency and blur*/ | ||
body::before { | body::before { | ||
content: ""; | content: ""; | ||
| Line 22: | Line 22: | ||
width: 100%; | width: 100%; | ||
height: 100%; | height: 100%; | ||
background-color: rgba(10, 10, 10, 0. | background-color: rgba(10, 10, 10, 0.35); | ||
backdrop-filter: blur(3px); | |||
-webkit-backdrop-filter: blur(12px); | |||
pointer-events: none; | pointer-events: none; | ||
z-index: -1; | z-index: -1; | ||