modify readme

This commit is contained in:
bmFtZQ 2022-04-11 01:32:58 +08:00
parent fa3ec04b77
commit 63c2f3f1cc
7 changed files with 27 additions and 9 deletions

View file

@ -20,3 +20,9 @@ bugs with certain themes eg. dark text on dark background.) */
:root {
--lwt-selected-tab-background-color: unset !important;
}
/* hide firefox account button when not in private mode (useful as a private
browsing indicator) */
/* :root:not([privatebrowsingmode]) #nav-bar:not([customizing]) #fxa-toolbar-menu-button {
display: none !important;
} */