Skip to content

Commit

Permalink
Collate initial hexadecimal colors
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmecano committed Aug 8, 2020
1 parent 841aa50 commit 1816f40
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 40 deletions.
15 changes: 15 additions & 0 deletions css/hereditor-palette.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
:root {
/* Collate initial hexadecimal colors */
--hex-33: #333333;
--hex-57: #57ad68;
--hex-66: #666666;
--hex-99: #999999;
--hex-b3: #b3b3b1;
--hex-bb: #bbbbbb;
--hex-cc: #cccccc;
--hex-dd: #dddddd;
--hex-de: #dededc;
--hex-e8: #e8e8e8;
--hex-ee: #eeeeff;
--hex-f2: #f2f2f0;
}
80 changes: 40 additions & 40 deletions css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1816f40

Please sign in to comment.