Added support for background images
This commit is contained in:
parent
cb6654aeee
commit
740c0796cd
4 changed files with 202 additions and 3 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue