Update the dark theme background color

This commit is contained in:
Igor 2022-10-10 15:34:21 +03:00
parent 1aefda0bcc
commit 9f024cd972
No known key found for this signature in database
GPG key ID: 41B3A46FFAC13A67

View file

@ -229,8 +229,12 @@
/* }}} */
/* 2021 firefox redesign changed the background color of a new tab.
this is a quick fix to remove flicker when opening a new about:blank tab with tridactyl installed.
*/
--tridactyl-firefox-2021-redesign-background: #2b2a33;
--tridactyl-fg: var(--tridactyl-photon-colours-in-content-page-color);
--tridactyl-bg: var(--tridactyl-photon-colours-in-content-page-background);
--tridactyl-bg: var(--tridactyl-firefox-2021-redesign-background);
--tridactyl-scrollbar-color: var(--tridactyl-photon-colours-tone-8)
var(--tridactyl-fg);