fix tool panel bg

https://github.com/Sanster/lama-cleaner/issues/39
This commit is contained in:
Sanster
2022-04-19 21:31:55 +08:00
parent 2db38a20b4
commit 6fb3d91082
3 changed files with 3 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
// Theme
--page-bg: rgb(255, 255, 255);
--page-bg-light: rgb(255, 255, 255, 0.5);
--page-text-color: #040404;
--yellow-accent: #ffcc00;
--link-color: rgb(0, 0, 0);

View File

@@ -3,6 +3,7 @@
// Theme
--page-bg: #040404;
--page-bg-light: #04040488;
--page-text-color: #f9f9f9;
--yellow-accent: #ffcc00;
--link-color: var(--yellow-accent);