use fixed background attachment

This commit is contained in:
filifa
2025-12-29 23:43:38 -05:00
parent ed0d93db06
commit 6475fa6b90

View File

@@ -2,8 +2,7 @@
html {
font-family: monospace;
font-size: large;
background: linear-gradient(to bottom right, turquoise, teal);
min-height: 100%;
background: fixed linear-gradient(to bottom right, turquoise, teal);
}
body {