Lighter foreground font color
This commit is contained in:
parent
6f03f944c3
commit
e10c936b77
|
@ -102,7 +102,7 @@ header {
|
|||
@media screen and (min-width: $small-view) {
|
||||
.margin-content {
|
||||
max-width: 1000px;
|
||||
margin:auto;
|
||||
margin: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
font-weight: normal;
|
||||
font-size: 15px;
|
||||
background-color: pvar(--mainColorVeryLight);
|
||||
padding: 35px 25px 15px 25px;
|
||||
padding: 35px 25px 15px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ $support-button: inherit;
|
|||
$support-button-heart: #e83e8c;
|
||||
|
||||
$bg-color: #fff;
|
||||
$fg-color: #000;
|
||||
$fg-color: #212529;
|
||||
|
||||
$red: #FF0000;
|
||||
$green: #39CC0B;
|
||||
|
@ -94,7 +94,7 @@ $markdown-textarea-background-color: $grey-background-hover-color;
|
|||
$sub-menu-margin-bottom: 30px;
|
||||
$sub-menu-margin-bottom-small-view: 10px;
|
||||
|
||||
$activated-action-button-color: #000;
|
||||
$activated-action-button-color: #212529;
|
||||
|
||||
$focus-box-shadow-form: 0 0 0 .2rem;
|
||||
|
||||
|
|
Loading…
Reference in New Issue