Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Commit

Permalink
Fixes for primary button text colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Izheil committed Nov 6, 2021
1 parent 6bfaa27 commit d6c79be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Full dark theme/Proton (FF 89+)/userChrome.css
Original file line number Diff line number Diff line change
@@ -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 */

Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit d6c79be

Please sign in to comment.