light text was too light

This commit is contained in:
Sophia Atkinson 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: #212121;
--color-text-light: #555555;
--color-text-light-1: #BBC0CA;
--color-text-light-1: #212121;
--color-text-light-2: #808080;
--color-text-light-3: #a0a0a0;
--color-box-header: #f7f7f7;
@ -47437,4 +47437,8 @@ a.blob-excerpt:hover {
.js-small {
justify-content: flex-start!important;
}
}
.default-link{
color:#212121;
}

View File

@ -685,4 +685,4 @@ img[src$="/img/matrix.svg"] {
.markup-block-error {
border: 1px solid rgba(121,71,66,.5)!important;
border-bottom: none!important;
}
}