Made changes to Black Mode to make UI elements more visible.

This commit is contained in:
Joel Jacob Stephen
2021-06-08 18:28:34 +05:30
parent 766c31fa56
commit 970c2e56d8
2 changed files with 3 additions and 3 deletions

View File

@@ -56,13 +56,13 @@
// Light Background color
--bg-light-color: rgba(255, 255, 255, 0.02);
// Dark Background color
--bg-dark-color: rgba(255, 255, 255, 0.04);
--bg-dark-color: rgba(255, 255, 255, 0.07);
// Text color
--fg-color: rgba(255, 255, 255, 0.9);
// Light Text color
--fg-light-color: rgba(255, 255, 255, 0.5);
// Border color
--brd-color: rgba(255, 255, 255, 0.05);
--brd-color: rgba(255, 255, 255, 0.11);
// Error color
--err-color: rgba(255, 255, 255, 0.05);
// Tooltip color

View File

@@ -44,7 +44,7 @@ export default {
@apply ease-in-out;
@apply duration-150;
background-color: rgba(0, 0, 0, 0.32);
background-color: rgba(255, 255, 255, 0.02);
}
.modal-wrapper {