Last active
June 12, 2018 03:28
-
-
Save travis-g/ee7a35cc18f342f9a908b8df0d3c1e6f to your computer and use it in GitHub Desktop.
Epaper colors
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 { | |
--color: #4c5256; | |
--background: #c4cdd3; | |
--alert: #25292b; | |
--weak: #61686d; | |
--strong: #393e42; | |
--border: #949ca1; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment