diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-02-19 23:34:25 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-02-19 23:34:25 +0300 |
commit | cc1d3db5f2a6f05ca68818dc2303dd85fc3db06d (patch) | |
tree | 6433af1654e8ae847990b26445b03fa9665aa674 /modules/nixos/firefox/userChrome.css | |
parent | 2023-02-19 (diff) |
2023-02-19
Diffstat (limited to '')
-rw-r--r-- | modules/nixos/firefox/userChrome.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixos/firefox/userChrome.css b/modules/nixos/firefox/userChrome.css index 58e450e..14f486c 100644 --- a/modules/nixos/firefox/userChrome.css +++ b/modules/nixos/firefox/userChrome.css @@ -136,7 +136,7 @@ /* #urlbar { */ /* background: var(--background) !important; */ - /* color: var(--forground) !important; */ + /* color: var(--foreground) !important; */ /* font-family: var(--sans-serif-font-family) !important; */ /* font-size: var(--sans-serif-font-size) !important; */ /* border-color: transparent !important; */ |