dark theme highlight fix

This commit is contained in:
Ben Haynes
2021-02-18 12:56:58 -05:00
parent 52922866ef
commit 1ecedf5d44

View File

@@ -14,7 +14,7 @@
--background-normal: #2E3C43; // #37474f
--background-normal-alt: #3A4B53; // #455a64
--background-subdued: #2D3A41;
--background-highlight: #F9FAFB; // ADJUST
--background-highlight: #2D3A41;
--background-page: #263238;
--background-page-rgb: 38, 50, 56;
--background-inverted: #FFF;