font color
This commit is contained in:
parent
9f9a5b2dd8
commit
424e8d64ec
@ -82,7 +82,8 @@ $color-scheme: 'dark' !default; // (C)
|
|||||||
|
|
||||||
$body-bg: #282a42 !default;
|
$body-bg: #282a42 !default;
|
||||||
$rgba-to-hex-bg: $black !default; // (C)
|
$rgba-to-hex-bg: $black !default; // (C)
|
||||||
$body-color: rgba-to-hex($gray-700, $rgba-to-hex-bg) !default;
|
$body-color: #fff !default;
|
||||||
|
//$body-color: rgba-to-hex($gray-700, $rgba-to-hex-bg) !default;
|
||||||
$rgba-to-hex-bg-inverted: rgb(160, 149, 149) !default; // (C)
|
$rgba-to-hex-bg-inverted: rgb(160, 149, 149) !default; // (C)
|
||||||
|
|
||||||
// * Components
|
// * Components
|
||||||
|
@ -139,7 +139,8 @@ $sizes-px: (
|
|||||||
|
|
||||||
$body-bg: #f7f7f9 !default;
|
$body-bg: #f7f7f9 !default;
|
||||||
$rgba-to-hex-bg: #fff !default; // (C)
|
$rgba-to-hex-bg: #fff !default; // (C)
|
||||||
$body-color: rgba-to-hex($gray-700, $rgba-to-hex-bg) !default;
|
//$body-color: rgba-to-hex($gray-700, $rgba-to-hex-bg) !default;
|
||||||
|
$body-color: #000 !default;
|
||||||
$rgba-to-hex-bg-inverted: #000 !default; // (C)
|
$rgba-to-hex-bg-inverted: #000 !default; // (C)
|
||||||
|
|
||||||
// * Links
|
// * Links
|
||||||
|
Loading…
Reference in New Issue
Block a user