mirror of https://github.com/docker/docs.git
Rename $body-text-color variables
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
c7c926d74a
commit
fbee311fe5
|
@ -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;
|
||||
|
|
|
@ -129,7 +129,7 @@ h3:hover > a.anchorLink
|
|||
}
|
||||
|
||||
a.glossary {
|
||||
color: $body-text-color;
|
||||
color: $body-text;
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
&:hover {
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue