diff options
Diffstat (limited to 'public/assets')
-rw-r--r-- | public/assets/config.yml.dist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/assets/config.yml.dist b/public/assets/config.yml.dist index 65c5098..acdd32c 100644 --- a/public/assets/config.yml.dist +++ b/public/assets/config.yml.dist | |||
@@ -24,6 +24,7 @@ colors: | |||
24 | text-title: "#303030" | 24 | text-title: "#303030" |
25 | text-subtitle: "#424242" | 25 | text-subtitle: "#424242" |
26 | card-shadow: rgba(0, 0, 0, 0.1) | 26 | card-shadow: rgba(0, 0, 0, 0.1) |
27 | link: "#3273dc" | ||
27 | link-hover: "#363636" | 28 | link-hover: "#363636" |
28 | dark: | 29 | dark: |
29 | highlight-primary: "#3367d6" | 30 | highlight-primary: "#3367d6" |
@@ -36,6 +37,7 @@ colors: | |||
36 | text-title: "#fafafa" | 37 | text-title: "#fafafa" |
37 | text-subtitle: "#f5f5f5" | 38 | text-subtitle: "#f5f5f5" |
38 | card-shadow: rgba(0, 0, 0, 0.4) | 39 | card-shadow: rgba(0, 0, 0, 0.4) |
40 | link: "#3273dc" | ||
39 | link-hover: "#ffdd57" | 41 | link-hover: "#ffdd57" |
40 | 42 | ||
41 | # Optional message | 43 | # Optional message |