Adjust toolbar transparency and page background image on dark theme

This commit is contained in:
Skylar Ittner 2022-04-30 00:02:14 -06:00
parent f25a5ca9eb
commit 853289dd4b
3 changed files with 4 additions and 70 deletions

View File

@ -13,7 +13,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
.dark, .theme-dark {
--theme-background-color: black;
--translucent-color: rgba(0,0,0,0.5);
--translucent-color: rgba(0,0,0,0.8);
--solid-translucent-color: black;
--background-image: url(../images/background-transparent.svg);
}

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB