X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/2369c51675feb2b66d4930a270345c39c66ea922..1e14973bb185d5275cd9ce3750ffd7ad9c80ad6c:/librewolf/chrome/userContent.css diff --git a/librewolf/chrome/userContent.css b/librewolf/chrome/userContent.css index 9aadec2..5e3a3ed 100644 --- a/librewolf/chrome/userContent.css +++ b/librewolf/chrome/userContent.css @@ -1,18 +1,25 @@ @-moz-document url-prefix(about:newtab) { :root { - --sm-background-color: rgb(255, 255, 255, 0.8); + --sm-panel-bg-filter: blur(25px); + --sm-panel-bg-color-rgb: 25, 23, 20; + --sm-panel-bg-color-alpha: 0.8; + --sm-panel-bg-color: rgb(var(--sm-panel-bg-color-rgb), var(--sm-panel-bg-color-alpha)); } :root[lwt-newtab-brighttext] { - --sm-background-color: rgb(23, 23, 23, 0.8); + --sm-panel-bg-color-rgb: 230, 225, 220; } .non-collapsible-section, .discovery-stream.ds-layout { - background-color: var(--sm-background-color); + background-color: var(--sm-panel-bg-color); backdrop-filter: blur(25px); border-radius: 4px; margin: 10px auto !important; } + .search-wrapper { + padding: 30px 0 30px 0 !important; + } + .collapsible-section.top-sites { margin-bottom: 0 !important; }