🎨 ux(browser): use background color instead of an image

This commit is contained in:
Sergio Laín 2024-05-04 01:11:44 +02:00
parent 69376e75bd
commit f978b940ca
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 1 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 287 KiB

View file

@ -10,9 +10,7 @@
/* Background Color */ /* Background Color */
#browser { #browser {
background-image: url(arch-logo.png) !important; background-color: #1e2030 !important;
background-size: cover !important;
background-position: center !important;
} }
#tabbrowser-tabpanels, #tabbrowser-tabpanels,