move scripts/styles into dirs

This commit is contained in:
Rhiannon Morris 2024-12-10 02:51:34 +01:00
parent f69277f67f
commit b3e45e855a
8 changed files with 5 additions and 5 deletions

View file

@ -13,7 +13,7 @@ main = do
document :: Element
document =
svg11_ (stylesheet "palette.css" <> foldMap makeItem (zip [0..] items))
svg11_ (stylesheet "style/palette.css" <> foldMap makeItem (zip [0..] items))
`with` [Width_ <<- width, Height_ <<- "179",
ViewBox_ <<- viewBox]
where