summaryrefslogtreecommitdiff
path: root/common/programs/librewolf.nix
diff options
context:
space:
mode:
authorbeeb5k <beebeeb5k@gmail.com>2026-06-06 18:14:26 +0530
committerbeeb5k <beebeeb5k@gmail.com>2026-06-06 18:14:26 +0530
commit267ea5a480555b3cf621bf4e76a6726f3592436a (patch)
treef8246231409eba94f82f9d9dcce7807dfb8eee90 /common/programs/librewolf.nix
parentfbad3cce7ffacc6755e5ff33e8b3f6fd3280e053 (diff)
kewwwwwwwwwwwwwww and make firefox ui "Better"
Diffstat (limited to 'common/programs/librewolf.nix')
-rw-r--r--common/programs/librewolf.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/common/programs/librewolf.nix b/common/programs/librewolf.nix
index 915885e..d5bdea4 100644
--- a/common/programs/librewolf.nix
+++ b/common/programs/librewolf.nix
@@ -65,9 +65,18 @@
};
userChrome = ''
@import "firefox-gnome-theme/userChrome.css";
+ * {
+ font-family: "IosevkaInput" !important;
+ border-radius: 0px !important;
+ }
+
'';
userContent = ''
@import "firefox-gnome-theme/userContent.css";
+ * {
+ font-family: "IosevkaInput" !important;
+ border-radius: 0px !important;
+ }
'';
search = {