diff --git a/src/css/injected.scss b/src/css/injected.scss index 1bf72d58..2c147410 100644 --- a/src/css/injected.scss +++ b/src/css/injected.scss @@ -1617,6 +1617,15 @@ ul { .back > svg { transform: scale(1.2); } +.pane .tabPage .url { + background: var(--auto-background) !important; + + > input { + background: var(--background-primary) !important; + border-radius: 16px; + padding: 6px 10px !important; + } +} .uiFileHandler { -webkit-box-shadow: 0px 5px 16px 6px rgba(0, 0, 0, 0) !important; box-shadow: 0px 5px 16px 6px rgba(0, 0, 0, 0) !important;