Injamul77 commited on
Commit
72695b3
·
verified ·
1 Parent(s): bd92a8f

Man the background should be in black!!

Browse files
Files changed (1) hide show
  1. style.css +1 -2
style.css CHANGED
@@ -17,10 +17,9 @@
17
  --hover-purple: #7c3aed;
18
  --hover-red: #dc2626;
19
  }
20
-
21
  body {
22
  font-family: 'Inter', sans-serif;
23
- background: var(--dark-bg);
24
  color: var(--text-primary);
25
  min-height: 100vh;
26
  overflow-x: hidden;
 
17
  --hover-purple: #7c3aed;
18
  --hover-red: #dc2626;
19
  }
 
20
  body {
21
  font-family: 'Inter', sans-serif;
22
+ background: #000000;
23
  color: var(--text-primary);
24
  min-height: 100vh;
25
  overflow-x: hidden;