Added support for background images

This commit is contained in:
Magnus Åhall 2023-07-25 13:04:28 +00:00
parent cb6654aeee
commit 740c0796cd
4 changed files with 202 additions and 3 deletions

View file

@ -81,7 +81,7 @@ subdued:
gruvbox:
page:
text: "#bdae93"
background: "#282828"
background: "#282828 url('/images/backgrounds/gruvbox.svg')"
header: "#504945"
footer:
show: true
@ -99,6 +99,7 @@ gruvbox:
section:
background: "#504945"
shadow: "10px 10px 15px 0px rgba(0, 0, 0, 0.25)"
borders:
- ["#fb4934", "#eee"]
- ["#b8bb26", "#333"]