Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 21a948e

Browse files
author
Manuel Proß
committed
fix(FE): change secondary green color
1 parent 9d4fd36 commit 21a948e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/styles/globals.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
--background-start-rgb: 214, 219, 220;
1111
--background-end-rgb: 255, 255, 255;
1212
--color-primary: #3498db;
13-
--color-secondary: #2ecc71;
13+
--color-secondary: #45ff02;
1414
--color-tertiary: #e74c3c;
1515
--c-gray-1: #313131;
1616
--c-gray-2: #222222;

0 commit comments

Comments
 (0)