1
0
mirror of https://github.com/taigrr/homer synced 2025-01-18 04:53:12 -08:00

Adding support for section backgrounf images

This commit is contained in:
Bastien Wirtz
2020-07-15 14:26:01 -07:00
parent d05b8d3bf0
commit 154e6efe80
4 changed files with 14 additions and 1 deletions

View File

@@ -24,6 +24,9 @@ body {
#app {
min-height: 100%;
background-color: var(--background);
background-image: var(--background-image);
background-size: cover;
background-position: center;
color: var(--text);
transition: background-color cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;

View File

@@ -24,6 +24,7 @@ colors:
text-subtitle: "#424242"
card-shadow: rgba(0, 0, 0, 0.1)
link-hover: "#363636"
background-image: ""
dark:
highlight-primary: "#3367d6"
highlight-secondary: "#4285f4"
@@ -36,6 +37,7 @@ colors:
text-subtitle: "#f5f5f5"
card-shadow: rgba(0, 0, 0, 0.4)
link-hover: "#ffdd57"
background-image: ""
message: ~
links: []