Skip to content

Commit

Permalink
- main.css indentation consistency for attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanOcelot committed Jan 11, 2025
1 parent 0bd7e17 commit 8a5879d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/App.css
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
/* Variables start */
:root {
--color-black: #000;
--color-black-light: #1b1919;
--color-black-light: #1b1919;
--color-white: #fff;
--color-gunmetal: #383945;
--color-gunmetal-dark: #2d2d2f;
--color-gunmetal-dark: #2d2d2f;
--color-gold-one: #c7c5b3;
--color-gold-two: #9a8866;
--color-blue-light: #0292c0;
--color-gray: #424242;
--color-gray-light : #636363;
--color-green: #00a700;
--color-green-light: #6a9a66;
--color-green-light: #6a9a66;
--color-orange : #ca8a00;
--color-red: #cd1e2f;
--color-red-light: #9a6666;
Expand Down

0 comments on commit 8a5879d

Please sign in to comment.