Skip to content

Instantly share code, notes, and snippets.

@travis-g
Last active June 12, 2018 03:28
Show Gist options
  • Save travis-g/ee7a35cc18f342f9a908b8df0d3c1e6f to your computer and use it in GitHub Desktop.
Save travis-g/ee7a35cc18f342f9a908b8df0d3c1e6f to your computer and use it in GitHub Desktop.
Epaper colors
:root {
--color: #4c5256;
--background: #c4cdd3;
--alert: #25292b;
--weak: #61686d;
--strong: #393e42;
--border: #949ca1;
}
Display the source blob
Display the rendered blob
Raw
<svg version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" id="snapshot-32652" width="250" height="250" viewBox="0 0 250 250"><rect x="0" y="0" width="250" height="250" fill="rgba(196, 205, 211, 1)"></rect></svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment