Skip to content

Commit c8b01fe

Browse files
committed
Add more contrast and visibility of text
1 parent 88f3ed3 commit c8b01fe

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

examples/src/scss/style.scss

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
// Cayman overrides
2+
$body-text-color: #444;
3+
$code-text-color: #465e6a;
24
$header-bg-color: #3498db;
35
$header-bg-color-secondary: #2c3e50;
4-
$section-headings-color: #3498db;
5-
$blockquote-text-color: #606c71;
6+
$section-headings-color: #2079b5;
7+
$blockquote-text-color: #576266;
68

79
// Checkbox tree overrides
810
$rct-color: #444;
@@ -15,6 +17,14 @@ $tree-font-family: "Roboto", sans-serif;
1517
@import "../../../src/scss/react-checkbox-tree";
1618
@import "cayman";
1719

20+
.main-content {
21+
h1,
22+
h2,
23+
h3 {
24+
font-weight: bold;
25+
}
26+
}
27+
1828
.react-checkbox-tree {
1929
color: $rct-color;
2030
font-family: $tree-font-family;

0 commit comments

Comments
 (0)