light text was too light

This commit is contained in:
2023-01-11 20:57:17 -08:00
parent 8d52ae1f93
commit 0654739c58
2 changed files with 6 additions and 2 deletions

View File

@ -39671,7 +39671,7 @@ code.language-math.is-loading:after {
--color-text-dark: #080808; --color-text-dark: #080808;
--color-text: #212121; --color-text: #212121;
--color-text-light: #555555; --color-text-light: #555555;
--color-text-light-1: #BBC0CA; --color-text-light-1: #212121;
--color-text-light-2: #808080; --color-text-light-2: #808080;
--color-text-light-3: #a0a0a0; --color-text-light-3: #a0a0a0;
--color-box-header: #f7f7f7; --color-box-header: #f7f7f7;
@ -47438,3 +47438,7 @@ a.blob-excerpt:hover {
justify-content: flex-start!important; justify-content: flex-start!important;
} }
} }
.default-link{
color:#212121;
}