summaryrefslogtreecommitdiff
path: root/.config/mozilla/firefox/*.default-release/chrome/userContent.css
blob: 0e39a452f644dc6e3e884584cae0ba2b11500130 (plain)
1
2
3
4
5
6
@-moz-document url("about:newtab"), url("about:home") {
    div.logo,
    div.wordmark {
        display: none !important;
    }
}