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

Commit 19bf364

Browse files
author
Manuel Proß
committed
refactor(web): replace rgba colors with corresponding hex code
1 parent f243084 commit 19bf364

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

web/src/styles/globals.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55

66
:root {
77
--c-primary: #45ff02;
8-
--c-gray-1: rgba(199, 199, 198, 25);
9-
--c-gray-2: rgba(127, 127, 127, 20);
8+
--c-primary-opacity: #45ff0215;
9+
--c-gray-1: #c7c7c620;
10+
--c-gray-2: #7f7f7f25;
1011
--c-gray-3: #cccccc;
1112
--c-gray-4: #313131;
1213
--c-gray-5: #222222;

0 commit comments

Comments
 (0)