Skip to content

Commit a01f488

Browse files
committed
styles: Use HSL for color variables
1 parent 4a2c6e9 commit a01f488

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/styles/application.module.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
:root {
2-
--violet800: #2e2359;
3-
--grey900: #2a3439;
4-
--green800: #3b6837;
5-
--yellow500: #ffc833;
2+
--violet800: hsl(252, 44%, 24%);
3+
--grey900: hsl(200, 15%, 19%);
4+
--green800: hsl(115, 31%, 31%);
5+
--yellow500: hsl(44, 100%, 60%);
66

77
--header-bg-color: var(--green800);
88
--footer-bg-color: var(--green800);

0 commit comments

Comments
 (0)