theme-store/themes/fff2666d-f895-4b65-913a-2bcde8f66886/chrome.css
2025-03-28 14:52:31 +00:00

10 lines
268 B
CSS

/**
* Zen Mod: Tab rename fix
* Better visibility of tab renaming by inverting the selected text colors.
* Pontus Sundén <hi@pontus.cc>
*/
#tab-label-input::selection {
background: var(--input-color) !important;
color: var(--input-bgcolor) !important;
}