Skip to content

Instantly share code, notes, and snippets.

View mpeter50's full-sized avatar

mpeter50

View GitHub Profile
@mpeter50
mpeter50 / toolbar-backbutton.css
Created December 27, 2021 23:19
FirefoxCSS: restore Photon styled back button on Proton styled browser versions
:root {
--toolbarbutton-hover-background: color-mix(in srgb, currentColor 15%, transparent) !important;
--toolbarbutton-active-background: color-mix(in srgb, currentColor 30%, transparent) !important;
--backbutton-background: var(--toolbarbutton-hover-background) !important;
--backbutton-hover-background: var(--toolbarbutton-active-background) !important;
--backbutton-active-background: color-mix(in srgb, currentColor 20%, transparent) !important;
--backbutton-border-color: hsla(240,5%,5%,.3) !important;