More actions
No edit summary |
m hacky fix for issue with background blur on ultrawide monitor |
||
Line 4: | Line 4: | ||
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); }