mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-03-12 22:43:05 +01:00
added the missing leading slash.md
This commit is contained in:
parent
3396257528
commit
29a9cd3ea5
@ -73,7 +73,7 @@ colors:
|
|||||||
card-shadow: rgba(0, 0, 0, 0.1)
|
card-shadow: rgba(0, 0, 0, 0.1)
|
||||||
link: "#3273dc"
|
link: "#3273dc"
|
||||||
link-hover: "#363636"
|
link-hover: "#363636"
|
||||||
background-image: "assets/your/light/bg.png"
|
background-image: "/assets/your/light/bg.png"
|
||||||
dark:
|
dark:
|
||||||
highlight-primary: "#3367d6"
|
highlight-primary: "#3367d6"
|
||||||
highlight-secondary: "#4285f4"
|
highlight-secondary: "#4285f4"
|
||||||
@ -87,7 +87,7 @@ colors:
|
|||||||
card-shadow: rgba(0, 0, 0, 0.4)
|
card-shadow: rgba(0, 0, 0, 0.4)
|
||||||
link: "#3273dc"
|
link: "#3273dc"
|
||||||
link-hover: "#ffdd57"
|
link-hover: "#ffdd57"
|
||||||
background-image: "assets/your/dark/bg.png"
|
background-image: "/assets/your/dark/bg.png"
|
||||||
|
|
||||||
# Optional message
|
# Optional message
|
||||||
message:
|
message:
|
||||||
|
Loading…
Reference in New Issue
Block a user