diff --git a/public/css/index.css b/public/css/index.css index 431c86d..cda45a1 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -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; + } \ No newline at end of file diff --git a/public/css/theme-auto.css b/public/css/theme-auto.css index 7e845d0..e72018e 100644 --- a/public/css/theme-auto.css +++ b/public/css/theme-auto.css @@ -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; -} +} \ No newline at end of file