Skip to content

Commit

Permalink
chore: Fix coding std
Browse files Browse the repository at this point in the history
  • Loading branch information
tsertkov committed May 26, 2024
1 parent 93f17cf commit 876bc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/fe/src/styles/base.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:root {
--bg-1: hsl(183, 69%, 45%); /* Turquoise Blue */
--bg-2: hsl(44, 98%, 58%); /* Bright Saffron */
--bg-3: hsl(9, 100%, 64%); /* Tomato */
--bg-3: hsl(9, 100%, 64%); /* Tomato */
--bg-gradient: linear-gradient(135deg, var(--bg-1), var(--bg-2) 64%, var(--bg-3) 100%);
}

Expand Down

0 comments on commit 876bc9b

Please sign in to comment.