diff --git a/_data/config-theme-colors.csv b/_data/config-theme-colors.csv index 3f0d715b..e9489284 100644 --- a/_data/config-theme-colors.csv +++ b/_data/config-theme-colors.csv @@ -1,9 +1,9 @@ color_class,color -primary, -secondary, -success, -info, -warning, -danger, -light, -dark, +primary,#3a1e3e +secondary,#ffe880 +success,#dbfe87 +info,#86bbd8 +warning,#f6ae2d +danger,#f63e02 +light,#ffe880 +dark,#3a1e3e diff --git a/_data/theme.yml b/_data/theme.yml index 072a2d62..6a19e39f 100644 --- a/_data/theme.yml +++ b/_data/theme.yml @@ -112,7 +112,7 @@ bootswatch: # leave blank or comment out for plain bootstrap # THEME FONTS [optional!] base-font-size: 1em text-color: "#191919" -link-color: "#0d6efd" +link-color: "#507082" base-font-family: "'Euclid Circular B', sans-serif;" # comment out for bootstrap defaults. e.g. Roboto font-cdn: " " # add font stylesheet, e.g. diff --git a/_includes/data-download-modal.html b/_includes/data-download-modal.html index e8e8cc97..6d133446 100644 --- a/_includes/data-download-modal.html +++ b/_includes/data-download-modal.html @@ -6,7 +6,7 @@ {%- endcomment -%} {%- assign stubs = site.data.config-nav | map: 'stub' | join: ';' -%} - +