diff --git a/flake/dev/flake.lock b/flake/dev/flake.lock index b186c8c4..95b87c20 100644 --- a/flake/dev/flake.lock +++ b/flake/dev/flake.lock @@ -372,11 +372,11 @@ ] }, "locked": { - "lastModified": 1758990052, - "narHash": "sha256-cqDiYb8wXGCP73Z7DhnI9KibYNIZ4jswztkztY+ED4g=", + "lastModified": 1759033338, + "narHash": "sha256-03GJ6F5jXuxEgazHE2A3WB/kEyHO/rF1VPA9qYodq0E=", "owner": "0xc000022070", "repo": "zen-browser-flake", - "rev": "696b6d02ab8fa25c6062e4221756dea4f8e94e65", + "rev": "9f3b1a6f32771e47d1bab71fa38f4d74873540b3", "type": "github" }, "original": { diff --git a/modules/zen-browser/userChrome.nix b/modules/zen-browser/userChrome.nix index 2513e901..d87d5732 100644 --- a/modules/zen-browser/userChrome.nix +++ b/modules/zen-browser/userChrome.nix @@ -42,7 +42,7 @@ with colors; background-color: #${base00-hex} !important; } - #urlbar-background { + .urlbar-background { background-color: #${base02-hex} !important; } @@ -55,6 +55,11 @@ with colors; color: #${base0D-hex} !important; } + #urlbar-input::selection { + background-color: #${base0D-hex} !important; + color: #${base00-hex} !important; + } + #zenEditBookmarkPanelFaviconContainer { background: #${base00-hex} !important; }