From 0b2734b053a9732382efac2358b4a20f7dfe506e Mon Sep 17 00:00:00 2001 From: Sean Kovacs Date: Thu, 12 Feb 2026 22:27:08 -0500 Subject: [PATCH] improve firefox theme --- home/apps/firefox_css/theme/hide.css | 24 ++++++------------------ home/apps/firefox_css/theme/theme.css | 4 ++++ 2 files changed, 10 insertions(+), 18 deletions(-) diff --git a/home/apps/firefox_css/theme/hide.css b/home/apps/firefox_css/theme/hide.css index f8ccdaa..ba0975a 100644 --- a/home/apps/firefox_css/theme/hide.css +++ b/home/apps/firefox_css/theme/hide.css @@ -14,24 +14,12 @@ visibility: hidden !important; } -/*.browserSidebarContainer { - border: 0px solid var(--surface0) !important; - border-radius: 4px !important; - background-color: var(--mantle) !important; - overflow: hidden !important; -} - .browserContainer { - border: 0px !important; - margin-top: 8px !important; - margin-left: 8px !important; - margin-right: 8px !important; - margin-bottom: 8px !important; - background-color: var(--mantle) !important; - border-radius: 2px !important; + border-radius: 8px !important; + margin: 6px !important; + background-color: transparent !important; } -.browserStack { - border-radius: 2px !important; - background-color: var(--base) !important; -}*/ +browser { + border-radius: 8px !important; +} diff --git a/home/apps/firefox_css/theme/theme.css b/home/apps/firefox_css/theme/theme.css index 6ee9279..cd48c8b 100644 --- a/home/apps/firefox_css/theme/theme.css +++ b/home/apps/firefox_css/theme/theme.css @@ -4,6 +4,10 @@ global variables ======================================================================== */ :root { + --border-color-card: 1px solid var(--surface0) !important; + --urlbar-container-border-width: 1px !important; + --urlbar-container-border-color: var(--surface0) !important; + /* arrow panels */ --arrowpanel-background: var(--surface0) !important; --arrowpanel-border-color: var(--surface1) !important;