font color

This commit is contained in:
Dr Masroor Ehsan 2025-01-04 21:18:57 +06:00
parent 9f9a5b2dd8
commit 424e8d64ec
2 changed files with 4 additions and 2 deletions

View File

@ -82,7 +82,8 @@ $color-scheme: 'dark' !default; // (C)
$body-bg: #282a42 !default;
$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)
// * Components

View File

@ -139,7 +139,8 @@ $sizes-px: (
$body-bg: #f7f7f9 !default;
$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)
// * Links