diff options
| author | silly <u65487754@gmail.com> | 2026-04-04 13:47:32 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-04 13:47:32 +0000 |
| commit | 8975b247c776288e991b7a40d4ab1f45b68cedd8 (patch) | |
| tree | 489ecf8a9540563e76388a07a468c1b8e2caedff /.config | |
| parent | d6ca3be58cb47f1564f89bcd450c0a32fd6793c0 (diff) | |
Create userContent.css
Diffstat (limited to '.config')
| -rw-r--r-- | .config/mozilla/firefox/*.default-release/chrome/userContent.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/mozilla/firefox/*.default-release/chrome/userContent.css b/.config/mozilla/firefox/*.default-release/chrome/userContent.css new file mode 100644 index 0000000..0e39a45 --- /dev/null +++ b/.config/mozilla/firefox/*.default-release/chrome/userContent.css @@ -0,0 +1,6 @@ +@-moz-document url("about:newtab"), url("about:home") { + div.logo, + div.wordmark { + display: none !important; + } +} |
