Skip to content

Commit

Permalink
color update
Browse files Browse the repository at this point in the history
  • Loading branch information
russellsamora committed Sep 23, 2024
1 parent 9964f73 commit 18d7128
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 5 deletions.
11 changes: 10 additions & 1 deletion properties/color.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"value": "rgb(25, 25, 25)"
},
"pink-aa": {
"value": "#FF00FF"
"value": "#FF24FF"
},
"pink-aaa": {
"value": "#D100D1"
Expand All @@ -50,6 +50,15 @@
},
"teal-aaa": {
"value": "#008080"
},
"red-aa": {
"value": "#FE5F55"
},
"red-aaa": {
"value": "#E91101"
},
"purple-aaa": {
"value": "#564592"
}
}
}
7 changes: 5 additions & 2 deletions src/data/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@
"gray-800": "rgb(55, 55, 55)",
"gray-900": "rgb(38, 38, 38)",
"gray-1000": "rgb(25, 25, 25)",
"pink-aa": "#FF00FF",
"pink-aa": "#FF24FF",
"pink-aaa": "#D100D1",
"teal-aa": "#00A3A3",
"teal-aaa": "#008080"
"teal-aaa": "#008080",
"red-aa": "#FE5F55",
"red-aaa": "#E91101",
"purple-aaa": "#564592"
},
"": {
"12px": "0.75rem",
Expand Down
7 changes: 5 additions & 2 deletions src/styles/variables.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Fri, 20 Sep 2024 15:54:51 GMT
* Generated on Mon, 23 Sep 2024 13:41:14 GMT
*/

:root {
Expand All @@ -24,10 +24,13 @@
--color-gray-800: #373737;
--color-gray-900: #262626;
--color-gray-1000: #191919;
--color-pink-aa: #ff00ff;
--color-pink-aa: #ff24ff;
--color-pink-aaa: #d100d1;
--color-teal-aa: #00a3a3;
--color-teal-aaa: #008080;
--color-red-aa: #fe5f55;
--color-red-aaa: #e91101;
--color-purple-aaa: #564592;
--12px: 0.75rem;
--14px: 0.875rem;
--16px: 1rem;
Expand Down
Binary file modified static/assets/images/bump.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/images/ontario.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/assets/images/ontario.png
Binary file not shown.

0 comments on commit 18d7128

Please sign in to comment.