remove default image background

This commit is contained in:
rhiannon morris 2025-01-31 18:41:31 +01:00
parent b3825eb3d4
commit d10386d2ce

View file

@ -24,7 +24,6 @@ body {
overflow: hidden;
border: var(--border-thickness) solid var(--border-col);
box-shadow: var(--text-shadow);
background: hsl(340, 45%, 65%);
}
#mainfig:focus-within {