mirror of
https://github.com/KevinMidboe/k9e.no.git
synced 2025-12-08 20:29:08 +00:00
Updated colors
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
const colors = ['#24d05a', '#eb4888', '#10a2f5', '#e9bc3f'];
|
const colors = ['#24d05a', '#eb4888', '#10a2f5', 'orange'];
|
||||||
|
|
||||||
export default colors;
|
export default colors;
|
||||||
|
|||||||
@@ -4,5 +4,5 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--selected-color: orange;
|
--selected-color: #eb4888;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user