Rename $body-text-color variables

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2020-07-24 13:00:08 +02:00
parent c7c926d74a
commit fbee311fe5
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
6 changed files with 12 additions and 12 deletions

View File

@ -14,7 +14,7 @@ html {
body {
background-color: $bg-body;
color: $body-text-color;
color: $body-text;
font-family: $font;
font-size: $body-text-size;
margin: $clear;

View File

@ -129,7 +129,7 @@ h3:hover > a.anchorLink
}
a.glossary {
color: $body-text-color;
color: $body-text;
text-decoration: none;
outline: none;
&:hover {

View File

@ -6,7 +6,7 @@ $bg-card-night: #0F161E;
body#landing {
background-color: $bg-sidebar;
color: $body-text-color;
color: $body-text;
font-size: $body-text-size;
margin: $clear;
padding: $clear;
@ -392,7 +392,7 @@ body#landing {
body#landing.night {
background-color: $bg-body-night;
color: $body-text-color-night;
color: $body-text-night;
.header {
background-color: $bg-body-night;

View File

@ -6,11 +6,11 @@
body.night {
background-color: $bg-body-night;
color: $body-text-color-night;
color: $body-text-night;
p,
.rating-nero-value,
.reading-time {
color: $body-text-color-night!important;
color: $body-text-night!important;
}
h1,
h2,
@ -145,7 +145,7 @@ body.night {
}
a.glossary,
.toc-nav i.fa{
color: $body-text-color-night;
color: $body-text-night;
}
.component img, .component-full-icon img {
opacity: 1;
@ -297,7 +297,7 @@ body.night {
body.night {
/* accordion */
.panel {
color: #d3d4d4;
color: $body-text-night;
margin-bottom: 20px;
background-color: #24394c;
}

View File

@ -27,7 +27,7 @@ h4,
h5,
h6 {
font-family: $headings;
color: $body-text-color;
color: $body-text;
clear: both;
line-height: 26px;
}
@ -61,7 +61,7 @@ h6 {
}
p {
color: $body-text-color;
color: $body-text;
font-family: $font;
font-size: $body-text-size;
line-height: 24px;

View File

@ -32,7 +32,7 @@ $bg-body: #fff;
$heading-color: #254356;
$body-text-color: #33444C;//grey #11 in color palette
$body-text: #33444C;
$bg-footer: #fff;
@ -63,7 +63,7 @@ $table-head: #CFD2D4;
$bg-body-night: #061F2F;
$body-text-color-night: #d3d4d4;
$body-text-night: #d3d4d4;
$bg-secondary-night: #27343B;