diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index e4ddfcf..50b5bd5 100644 --- a/docs/configuration.md +++ b/docs/configuration.md | |||
@@ -52,6 +52,7 @@ colors: | |||
52 | text-title: "#303030" | 52 | text-title: "#303030" |
53 | text-subtitle: "#424242" | 53 | text-subtitle: "#424242" |
54 | card-shadow: rgba(0, 0, 0, 0.1) | 54 | card-shadow: rgba(0, 0, 0, 0.1) |
55 | link: "#3273dc" | ||
55 | link-hover: "#363636" | 56 | link-hover: "#363636" |
56 | background-image: "assets/your/light/bg.png" | 57 | background-image: "assets/your/light/bg.png" |
57 | dark: | 58 | dark: |
@@ -65,6 +66,7 @@ colors: | |||
65 | text-title: "#fafafa" | 66 | text-title: "#fafafa" |
66 | text-subtitle: "#f5f5f5" | 67 | text-subtitle: "#f5f5f5" |
67 | card-shadow: rgba(0, 0, 0, 0.4) | 68 | card-shadow: rgba(0, 0, 0, 0.4) |
69 | link: "#3273dc" | ||
68 | link-hover: "#ffdd57" | 70 | link-hover: "#ffdd57" |
69 | background-image: "assets/your/dark/bg.png" | 71 | background-image: "assets/your/dark/bg.png" |
70 | 72 | ||