More actions
No edit summary |
m hacky fix for issue with background blur on ultrawide monitor |
||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
background-repeat:no-repeat; | background-repeat:no-repeat; | ||
background-size:cover; | background-size:cover; | ||
background-attachment:fixed | background-attachment:fixed; | ||
box-shadow: inset | box-shadow: inset 10000px 0 0 0 var(--background-color-overlay--lighter); | ||
} | } |
Latest revision as of 18:52, 30 January 2024
body { background-image:url(https://annoyingthing.net/images/6/62/Axel_F_Background.png); background-repeat:no-repeat; background-size:cover; background-attachment:fixed; box-shadow: inset 10000px 0 0 0 var(--background-color-overlay--lighter); }