From f72386a4e40d76c9fb14e98f766459a692c4a574 Mon Sep 17 00:00:00 2001 From: revsuine <10424281+revsuine@users.noreply.github.com> Date: Fri, 12 Jul 2024 23:06:26 +0100 Subject: [PATCH] change background colour of the proton badge when it's selected; makes it more readable (#24) --- styles/proton/rose-pine.user.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles/proton/rose-pine.user.css b/styles/proton/rose-pine.user.css index 4f3c1b4..4a97eea 100644 --- a/styles/proton/rose-pine.user.css +++ b/styles/proton/rose-pine.user.css @@ -273,5 +273,10 @@ .button-solid-norm { color: @base; } + + /* the "Official" badge; setting the background to overlay makes it readable when selected */ + .label-proton-badge--selected { + background-color: @overlay; + } } }