Skip to content

Commit 28da3c7

Browse files
committed
update color scheme
1 parent c37337c commit 28da3c7

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

_config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ favicon_ico: "/assets/favicon.ico"
3838

3939
search_enabled: true
4040

41+
color_scheme: ct_colors
42+
4143
callouts:
4244
note:
43-
color: purple
45+
color: $blue-300
4446

4547
# Exclude from processing.
4648
# The following items will not be processed, by default.

_sass/color_schemes/ct_colors.scss

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
// Colors
2+
3+
$white: #fff !default;
4+
$grey-dk-000: #959396 !default;
5+
$grey-dk-100: #5c5962 !default;
6+
$grey-dk-200: #44434d !default;
7+
$grey-dk-250: #302d36 !default;
8+
$grey-dk-300: #27262b !default;
9+
$grey-lt-000: #f5f6fa !default;
10+
$grey-lt-100: #eeebee !default;
11+
$grey-lt-200: #ecebed !default;
12+
$grey-lt-300: #e6e1e8 !default;
13+
$blue-000: #2c84fa !default;
14+
$blue-100: #2869e6 !default;
15+
$blue-200: #264caf !default;
16+
$blue-300: #183385 !default;
17+
$green-000: #41d693 !default;
18+
$green-100: #11b584 !default;
19+
$green-200: #009c7b !default;
20+
$green-300: #026e57 !default;
21+
$yellow-000: #ffeb82 !default;
22+
$yellow-100: #fadf50 !default;
23+
$yellow-200: #f7d12e !default;
24+
$yellow-300: #e7af06 !default;
25+
$red-000: #f77e7e !default;
26+
$red-100: #f96e65 !default;
27+
$red-200: #e94c4c !default;
28+
$red-300: #dd2e2e !default;

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ Let us know what other information you’d like to see included in this resource
7575

7676
Connecticut state employees can request to join the Open Data channel using [this form](https://forms.office.com/Pages/ResponsePage.aspx?id=-nyLEd2juUiwJjH_abtzi5L_xJbiJ_5BoyF_jDckfpJUM1JNU0ZMNVhZRFA0MVlYOUdCNjA1TkRTWC4u){:target="_blank"}.
7777

78-
[^1] CT.gov Content Style Guide, Accessibility Best Practices, [https://portal.ct.gov/ctcontentstyleguide/improve-accessibility/accessibility-best-practices](https://portal.ct.gov/ctcontentstyleguide/improve-accessibility/accessibility-best-practices?language=en_US){:target="_blank"}
78+
[^1]: CT.gov Content Style Guide, Accessibility Best Practices, [https://portal.ct.gov/ctcontentstyleguide/improve-accessibility/accessibility-best-practices](https://portal.ct.gov/ctcontentstyleguide/improve-accessibility/accessibility-best-practices?language=en_US){:target="_blank"}

0 commit comments

Comments
 (0)