Skip to content

Commit

Permalink
Update colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Alamantus committed Feb 19, 2020
1 parent 4797dd3 commit 1f4bac9
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/fuel.css

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

Binary file modified dist/fuel.css.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/lighter.css

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

Binary file modified dist/lighter.css.gz
Binary file not shown.
10 changes: 5 additions & 5 deletions src/fuel.css
@@ -1,11 +1,11 @@
:root {
--font: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
--gray-color: #CCC;
--primary-color: #fa0;
--warning-color: #ffd600;
--error-color: #d50000;
--success-color: #00c853;
--info-color: #2962ff;
--primary-color: #a402c0;
--info-color: #008dcb;
--success-color: #258039;
--warning-color: #f5be41;
--error-color: #cf3721;
}

/*Colors*/
Expand Down
2 changes: 1 addition & 1 deletion src/lighter.css
Expand Up @@ -6,7 +6,7 @@

:root {
--font: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
--primary-color: #fa0;
--primary-color: #a402c0;
--light: #eee;
}

Expand Down

0 comments on commit 1f4bac9

Please sign in to comment.