diff --git a/webextension-tweaks/tree_style_tabs.css b/webextension-tweaks/tree_style_tabs.css index 85cf887..e1376a7 100644 --- a/webextension-tweaks/tree_style_tabs.css +++ b/webextension-tweaks/tree_style_tabs.css @@ -13,6 +13,12 @@ a { color: var(--primary-accent-color-dark) !important;; } + + #tabContextMenu { + background: var(--grey-60) !important; + border: none !important; + color: var(--primary-light-color) !important; + } }