oslo-red-cross-bootstrap-3-theme 1.10.0 → 1.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_variables.scss +2 -2
- package/package.json +1 -1
package/_variables.scss
CHANGED
|
@@ -848,8 +848,8 @@ $close-text-shadow: none !default;
|
|
|
848
848
|
$code-color: #c7254e !default;
|
|
849
849
|
$code-bg: #f9f2f4 !default;
|
|
850
850
|
|
|
851
|
-
$kbd-color: #
|
|
852
|
-
$kbd-bg:
|
|
851
|
+
$kbd-color: #000 !default;
|
|
852
|
+
$kbd-bg: $gray-light !default;
|
|
853
853
|
|
|
854
854
|
$pre-bg: $gray-lighter !default;
|
|
855
855
|
$pre-color: $gray-dark !default;
|