1
0
Fork 0

Lighter foreground font color

This commit is contained in:
Chocobozzz 2022-06-15 13:42:01 +02:00
parent 6f03f944c3
commit e10c936b77
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 4 additions and 4 deletions

View File

@ -102,7 +102,7 @@ header {
@media screen and (min-width: $small-view) {
.margin-content {
max-width: 1000px;
margin:auto;
margin: auto;
}
}

View File

@ -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;
}

View File

@ -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;