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