From cfd64a85b8453c8ebe0e916838aca5c90c8ef60b Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Wed, 6 Oct 2021 09:20:45 +0900 Subject: [PATCH 1/2] Fix: Support.org - Button active color --- userContent.css | 1 + 1 file changed, 1 insertion(+) diff --git a/userContent.css b/userContent.css index 688a3d5..3afc43c 100644 --- a/userContent.css +++ b/userContent.css @@ -571,6 +571,7 @@ :root { --color-blue-06: var(--in-content-link-color) !important; --color-blue-07: var(--in-content-link-color-hover) !important; + --color-blue-09: var(--in-content-link-color-active) !important; --page-bg: var(--in-content-page-background) !important; --color-white: var(--in-content-page-background) !important; From ea91233838ae806f41a024edd629c7a59c9edbb8 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Wed, 6 Oct 2021 09:38:16 +0900 Subject: [PATCH 2/2] Fix: Support.org - Warning link contrast #238 --- userContent.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/userContent.css b/userContent.css index 3afc43c..c137f81 100644 --- a/userContent.css +++ b/userContent.css @@ -585,7 +585,7 @@ --color-text-light: var(--in-content-deemphasized-text) !important; --color-link: var(--in-content-link-color) !important; --color-success: var(--green-70) !important; - --color-warning: var(--yellow-70) !important; + --color-warning: var(--yellow-80) !important; --color-error: var(--red-60) !important; --color-error-hover: var(--red-50) !important; --color-moz-heading: #fff; @@ -593,6 +593,10 @@ --focus-shadow: 0 0 0 4px color-mix(in srgb, var(--in-content-primary-button-background) 30%, transparent), 0 0 0 2px var(--in-content-primary-button-background-active); } + .warning { + --color-link: rgb(55, 255, 255) !important; + } + body, #main-content, #instant-search-content,