We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f3ed3 commit c8b01feCopy full SHA for c8b01fe
examples/src/scss/style.scss
@@ -1,8 +1,10 @@
1
// Cayman overrides
2
+$body-text-color: #444;
3
+$code-text-color: #465e6a;
4
$header-bg-color: #3498db;
5
$header-bg-color-secondary: #2c3e50;
-$section-headings-color: #3498db;
-$blockquote-text-color: #606c71;
6
+$section-headings-color: #2079b5;
7
+$blockquote-text-color: #576266;
8
9
// Checkbox tree overrides
10
$rct-color: #444;
@@ -15,6 +17,14 @@ $tree-font-family: "Roboto", sans-serif;
15
17
@import "../../../src/scss/react-checkbox-tree";
16
18
@import "cayman";
19
20
+.main-content {
21
+ h1,
22
+ h2,
23
+ h3 {
24
+ font-weight: bold;
25
+ }
26
+}
27
+
28
.react-checkbox-tree {
29
color: $rct-color;
30
font-family: $tree-font-family;
0 commit comments