diff --git a/modules/zen-browser/userContent.nix b/modules/zen-browser/userContent.nix index 00c4461f..39f6870a 100644 --- a/modules/zen-browser/userContent.nix +++ b/modules/zen-browser/userContent.nix @@ -151,4 +151,9 @@ with colors; background-color: #${base02-hex} !important; } } + + ::selection { + background-color: #${base02-hex} !important; + color: #${base05-hex} !important; + } ''