Merge pull request #1709 from JoelJacobStephen/main

Made changes to Black Mode to make UI elements more visible.
This commit is contained in:
Liyas Thomas
2021-06-09 08:52:58 +05:30
committed by GitHub
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 {