File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ // Code
2+ $gray-900 : #1d2125 !default ;
3+ $code-color : $gray-900 !default ;
4+
15/* Give editor access to all of bootstrap. */
26@import " bootstrap/bootstrap" ;
37
Original file line number Diff line number Diff line change @@ -105,6 +105,9 @@ $behatsite: false !default;
105105$enable-transitions : not $behatsite !default ;
106106$enable-smooth-scroll : not $behatsite !default ;
107107
108+ // Code
109+ $code-color : $gray-900 !default ;
110+
108111// Import FontAwesome.
109112@import " fontawesome" ;
110113
Original file line number Diff line number Diff line change @@ -13385,7 +13385,7 @@ readers do not read off random characters that represent icons */
1338513385 --bs-link-hover-color: #0c5699;
1338613386 --bs-link-hover-color-rgb: 12, 86, 153;
1338713387 --bs-link-hover-decoration: underline;
13388- --bs-code-color: #db1a74 ;
13388+ --bs-code-color: #1d2125 ;
1338913389 --bs-highlight-color: #1d2125;
1339013390 --bs-highlight-bg: #ffe3d1;
1339113391 --bs-border-width: 1px;
@@ -13457,7 +13457,7 @@ readers do not read off random characters that represent icons */
1345713457 --bs-link-hover-color: #8cb9e1;
1345813458 --bs-link-color-rgb: 111, 167, 217;
1345913459 --bs-link-hover-color-rgb: 140, 185, 225;
13460- --bs-code-color: #e976ac ;
13460+ --bs-code-color: #777a7c ;
1346113461 --bs-highlight-color: #dee2e6;
1346213462 --bs-highlight-bg: #662f0a;
1346313463 --bs-border-color: #495057;
Original file line number Diff line number Diff line change @@ -104,6 +104,9 @@ $behatsite: false !default;
104104$enable-transitions : not $behatsite !default ;
105105$enable-smooth-scroll : not $behatsite !default ;
106106
107+ // Code
108+ $code-color : $gray-900 !default ;
109+
107110// Import FontAwesome.
108111@import " fontawesome" ;
109112
Original file line number Diff line number Diff line change @@ -13385,7 +13385,7 @@ readers do not read off random characters that represent icons */
1338513385 --bs-link-hover-color: #0c5699;
1338613386 --bs-link-hover-color-rgb: 12, 86, 153;
1338713387 --bs-link-hover-decoration: underline;
13388- --bs-code-color: #db1a74 ;
13388+ --bs-code-color: #1d2125 ;
1338913389 --bs-highlight-color: #1d2125;
1339013390 --bs-highlight-bg: #ffe3d1;
1339113391 --bs-border-width: 1px;
@@ -13457,7 +13457,7 @@ readers do not read off random characters that represent icons */
1345713457 --bs-link-hover-color: #8cb9e1;
1345813458 --bs-link-color-rgb: 111, 167, 217;
1345913459 --bs-link-hover-color-rgb: 140, 185, 225;
13460- --bs-code-color: #e976ac ;
13460+ --bs-code-color: #777a7c ;
1346113461 --bs-highlight-color: #dee2e6;
1346213462 --bs-highlight-bg: #662f0a;
1346313463 --bs-border-color: #495057;
You can’t perform that action at this time.
0 commit comments