Updated colors

This commit is contained in:
2023-11-04 21:44:22 +01:00
parent d982c5fe48
commit 82caff62c0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
const colors = ['#24d05a', '#eb4888', '#10a2f5', '#e9bc3f'];
const colors = ['#24d05a', '#eb4888', '#10a2f5', 'orange'];
export default colors;

View File

@@ -4,5 +4,5 @@ body {
}
:root {
--selected-color: orange;
--selected-color: #eb4888;
}