diff --git a/userContent.css b/userContent.css index 3afc43ca..c137f81c 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,