dot

NixOS dotfiles
git clone https://git.echoz.io/dot.git
Log | Files | Refs

commit 0cbcbc016a212dc136d2157697e555433cb331fd
parent cf5d54b2fbb7446c5a66c33718e80ced400a16f1
Author: Chris <chris@echoz.io>
Date:   Thu,  7 May 2026 19:00:30 +0200

style: css comment for highlighting userchrome

Diffstat:
Mmodules/firefox/userChrome.css.nix | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/modules/firefox/userChrome.css.nix b/modules/firefox/userChrome.css.nix @@ -1,4 +1,5 @@ -style: '' +style: # css +'' @-moz-document url(chrome://browser/content/browser.xul), url(chrome://browser/content/browser.xhtml) { #browser { background-color: ${style.colors.bg.rgba} !important;