mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-02 15:09:40 +00:00
add(nixos): firefox userChrome.css
This commit is contained in:
parent
59c3aa4514
commit
4c0d465d0d
2 changed files with 11 additions and 2 deletions
|
|
@ -111,10 +111,17 @@
|
|||
user_pref("media.rdd-vpx.enabled", true);
|
||||
'';
|
||||
userChrome = ''
|
||||
# a css
|
||||
#statuspanel-label {
|
||||
font-size: 18px !important;
|
||||
font-family: "Cascadia Code" !important;
|
||||
}
|
||||
.urlbar-input-box {
|
||||
font-size: 18px !important;
|
||||
font-family: "Cascadia Code" !important;
|
||||
}
|
||||
'';
|
||||
userContent = ''
|
||||
# Here too
|
||||
# a css
|
||||
'';
|
||||
extensions = with nur.repos.rycee.firefox-addons; [
|
||||
ublock-origin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue