From d6c79becbad7abd9d2a31ca9cae02e0bfdd7ca15 Mon Sep 17 00:00:00 2001 From: Izheil <33794458+Izheil@users.noreply.github.com> Date: Sat, 6 Nov 2021 08:46:58 +0100 Subject: [PATCH] Fixes for primary button text colors --- Full dark theme/Proton (FF 89+)/userChrome.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Full dark theme/Proton (FF 89+)/userChrome.css b/Full dark theme/Proton (FF 89+)/userChrome.css index f012323..2de4f62 100644 --- a/Full dark theme/Proton (FF 89+)/userChrome.css +++ b/Full dark theme/Proton (FF 89+)/userChrome.css @@ -1,6 +1,6 @@ /* You can find an updated version here: https://github.com/Izheil/Quantum-Nox-Firefox-Dark-Full-Theme */ /* Made by Izheil */ -/* Last updated: 03/11/2021 */ +/* Last updated: 06/11/2021 */ /* COLORING PART STARTS HERE */ @@ -501,7 +501,8 @@ button[type="button"]:hover { color: #fff !important} button.primary { - background-color: #0565af !important} + background-color: #0565af !important; + color: #fff !important} button.primary:hover { background-color: #0a78cc !important}