Skip to content

Commit

Permalink
change background colour of the proton badge when it's selected; make…
Browse files Browse the repository at this point in the history
…s it more readable (#24)
  • Loading branch information
revsuine authored Jul 12, 2024
1 parent 8dee1ee commit f72386a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions styles/proton/rose-pine.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}

0 comments on commit f72386a

Please sign in to comment.