Created
July 16, 2022 11:04
-
-
Save lior-amsalem/26442bc84a033a70ab3ea4cde3a0ed02 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:root { | |
--app-background-color-200: #272727; | |
--app-background-color-300: #474747; | |
} | |
.app-wrapper { | |
background-color: var(--app-background-color-200); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment