fix: broke CSS background on some displays

This commit is contained in:
2024-01-03 17:20:38 +01:00
parent 3df3ddb08e
commit 18f8436078

View File

@@ -1,5 +1,6 @@
body{ body{
background: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%); background: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%);
background-attachment: fixed;
color: aliceblue !important; color: aliceblue !important;
} }