Skip to content

Commit ca37a74

Browse files
authored
revert changes
1 parent a2c48f7 commit ca37a74

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

src/pages/contact-us/index.css

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
:root {
22
/* Dark Theme Variables (Default) */
3-
--contact-bg-primary: linear-gradient(
4-
135deg,
5-
#0f0f23 0%,
6-
#1a1a2e 25%,
7-
#16213e 50%,
8-
#0f3460 75%,
9-
#533483 100%
10-
);
3+
--contact-bg-primary: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 25%, #16213e 50%, #0f3460 75%, #533483 100%);
114
--contact-bg-card: rgba(255, 255, 255, 0.03);
125
--contact-bg-card-hover: rgba(255, 255, 255, 0.08);
136
--contact-bg-secondary: rgba(255, 255, 255, 0.05);

0 commit comments

Comments
 (0)