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

@ -64,6 +64,7 @@
align-items: center;
justify-content: center;
backdrop-filter: blur(12px);
background-color: var(--page-bg-light);
animation: slideUp 0.2s ease-out;
border: 1px solid rgb(100, 100, 120, 0.4);
@ -170,7 +171,6 @@
user-select: none;
padding: 0.2rem 0.8rem;
&:first-of-type {
border-top-right-radius: 0.5rem;
border-top-left-radius: 0.5rem;

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);