Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bbguimaraes
dotfiles
Commits
b199d2fc
Commit
b199d2fc
authored
Jun 03, 2022
by
bbguimaraes
Browse files
firefox: add user CSS files
parent
7997f69d
Changes
2
Hide whitespace changes
Inline
Side-by-side
firefox/userChrome.css
0 → 100644
View file @
b199d2fc
/*
* https://support.mozilla.org/en-US/questions/1269392
* http://kb.mozillazine.org/UserContent.css
*
* about:config -> toolkit.legacyUserProfileCustomizations.stylesheets = true
*/
@-moz-document
url(chrome://browser/content/browser.xhtml)
{
#main-window
,
browser
[
type
=
"content-primary"
],
browser
[
type
=
"content"
],
tabbrowser
#content
,
#content
,
browser
[
type
=
"content"
]
>
html
{
background
:
#323234
!important
;
}
}
firefox/userContent.css
0 → 100644
View file @
b199d2fc
@charset
"utf-8"
;
@-moz-document
url("about:newtab")
{
body
{
background-color
:
#011326
!important
;}
}
@-moz-document
url(chrome://browser/content/browser.xhtml)
{
browser
[
type
=
"content-primary"
]
{
background
:
#323234
!important
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment