From a61ae260200d3eb76f47c26f2eccb0863ec96e27 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Mon, 23 Aug 2021 16:22:06 +0900 Subject: [PATCH] Fix: support.org - color color-warning is to light --- userContent.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/userContent.css b/userContent.css index 5ed56fa..01591a1 100644 --- a/userContent.css +++ b/userContent.css @@ -493,10 +493,12 @@ --color-inverse-bg: var(--in-content-page-color) !important; --color-inverse: var(--in-content-page-background) !important; --color-text: var(--in-content-page-color) !important; + --color-moz-text: var(--in-content-page-color) !important; + --color-moz-heading: var(--in-content-page-color) !important; --color-text-light: var(--in-content-deemphasized-text) !important; --color-link: var(--in-content-link-color) !important; - --color-success: var(--green-60) !important; - --color-warning: var(--yellow-60) !important; + --color-success: var(--green-70) !important; + --color-warning: var(--yellow-70) !important; --color-error: var(--red-60) !important; --color-error-hover: var(--red-50) !important; --color-moz-heading: #fff;