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

Commit 9799a9e

Browse files
author
Manuel Proß
committed
fix(web): names of colour variables
1 parent 38c7ba4 commit 9799a9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/src/styles/globals.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
:root {
99
--c-primary: #45ff02;
10-
--c-secondary-text: #cccccc;
1110
--c-gray-1: rgba(199, 199, 198, 25);
1211
--c-gray-2: rgba(127, 127, 127, 20);
13-
--c-gray-3: #313131;
14-
--c-gray-4: #222222;
12+
--c-gray-3: #cccccc;
13+
--c-gray-4: #313131;
14+
--c-gray-5: #222222;
1515
}

0 commit comments

Comments
 (0)