Skip to content

Commit bfce79b

Browse files
committed
Fix color contrast issues
1 parent ecb5d6e commit bfce79b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/src/scss/style.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1+
// Cayman overrides
12
$header-bg-color: #3498db;
23
$header-bg-color-secondary: #2c3e50;
34
$section-headings-color: #3498db;
5+
$blockquote-text-color: #606c71;
6+
7+
// Checkbox tree overrides
48
$rct-color: #444;
59
$rct-border-color: #ccc;
10+
11+
// Misc.
612
$input-border-color: #ced4da;
713
$tree-font-family: "Roboto", sans-serif;
814

0 commit comments

Comments
 (0)