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:
@@ -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;
|
||||
|
||||
|
||||
@@ -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: []
|
||||
|
||||
Reference in New Issue
Block a user