Fazbeeer commited on
Commit
83362fe
·
verified ·
1 Parent(s): 541d06c

make it brighter

Browse files
Files changed (1) hide show
  1. style.css +28 -34
style.css CHANGED
@@ -1,9 +1,10 @@
 
1
  @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700&display=swap');
2
  body {
3
  font-family: 'Montserrat', sans-serif;
4
  min-height: 100vh;
5
- background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
6
- overflow-x: hidden;
7
  color: white;
8
  }
9
  @keyframes snow {
@@ -30,7 +31,6 @@ body {
30
  animation-timing-function: linear;
31
  animation-iteration-count: infinite;
32
  }
33
-
34
  /* Holiday gradient overlay */
35
  body::after {
36
  content: "";
@@ -41,20 +41,20 @@ body::after {
41
  height: 100%;
42
  background:
43
  linear-gradient(to bottom,
44
- rgba(139, 0, 0, 0.1) 0%,
45
- rgba(0, 100, 0, 0.1) 100%);
46
- pointer-events: none;
47
  z-index: -1;
48
  }
49
  .font-orbitron {
50
  font-family: 'Orbitron', sans-serif;
51
  }
52
-
53
  .btn-primary {
54
  display: inline-block;
55
- background: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%);
56
  color: white;
57
- padding: 12px 24px;
 
58
  border-radius: 8px;
59
  font-weight: bold;
60
  text-transform: uppercase;
@@ -84,20 +84,18 @@ body::after {
84
  .btn-secondary:hover {
85
  background: rgba(139, 92, 246, 0.1);
86
  }
87
-
88
  .feature-card {
89
  background: rgba(17, 24, 39, 0.7);
90
  backdrop-filter: blur(10px);
91
- border: 1px solid rgba(139, 92, 246, 0.2);
92
- border-radius: 12px;
93
  padding: 24px;
94
  transition: all 0.3s ease;
95
  }
96
-
97
  .feature-card:hover {
98
  transform: translateY(-5px);
99
- box-shadow: 0 10px 25px rgba(139, 92, 246, 0.2);
100
- border-color: rgba(139, 92, 246, 0.4);
101
  }
102
  /* Thanksgiving Banner Animation */
103
  @keyframes pulseThanksgiving {
@@ -121,9 +119,9 @@ body::after {
121
  color: transparent !important;
122
  }
123
  .goog-te-gadget-simple {
124
- background-color: rgba(0,0,0,0.7) !important;
125
- border: 1px solid #e3b341 !important;
126
- border-radius: 4px !important;
127
  padding: 4px 8px !important;
128
  backdrop-filter: blur(10px);
129
  height: 40px !important;
@@ -147,20 +145,18 @@ body::after {
147
  .goog-te-menu-value img {
148
  display: none !important;
149
  }
150
-
151
  .goog-te-menu-value:before {
152
  content: '\f0ac';
153
  font-family: 'feather' !important;
154
- color: #e3b341;
155
- margin-right: 8px;
156
  font-size: 16px;
157
  }
158
-
159
  .goog-te-menu-value:after {
160
  content: '\f107';
161
  font-family: 'feather' !important;
162
- color: #e3b341;
163
- margin-left: 8px;
164
  font-size: 16px;
165
  }
166
 
@@ -185,13 +181,12 @@ body::after {
185
  padding: 10px 16px !important;
186
  font-size: 14px !important;
187
  }
188
-
189
  .goog-te-menu2-item:hover {
190
- background-color: rgba(227, 179, 65, 0.1) !important;
191
  }
192
 
193
  .goog-te-menu2-item-selected {
194
- background-color: rgba(227, 179, 65, 0.2) !important;
195
  }
196
  /* YouTube player controls */
197
  #mute-btn i {
@@ -200,14 +195,13 @@ body::after {
200
  stroke-width: 2;
201
  }
202
  .glow-image {
203
- filter: drop-shadow(0 0 15px rgba(227, 179, 65, 0.7));
204
  transition: filter 0.3s ease;
205
  }
206
 
207
  .glow-image:hover {
208
- filter: drop-shadow(0 0 25px rgba(227, 179, 65, 0.9));
209
  }
210
-
211
  .feature-icon {
212
  width: 60px;
213
  height: 60px;
@@ -215,9 +209,9 @@ width: 60px;
215
  display: flex;
216
  align-items: center;
217
  justify-content: center;
218
- background: rgba(139, 92, 246, 0.1);
219
  border-radius: 50%;
220
- border: 2px solid #8b5cf6;
221
- color: #8b5cf6;
222
- font-size: 24px;
223
  }
 
1
+
2
  @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700&display=swap');
3
  body {
4
  font-family: 'Montserrat', sans-serif;
5
  min-height: 100vh;
6
+ background: linear-gradient(135deg, #000000 0%, #1a1a2e 100%);
7
+ overflow-x: hidden;
8
  color: white;
9
  }
10
  @keyframes snow {
 
31
  animation-timing-function: linear;
32
  animation-iteration-count: infinite;
33
  }
 
34
  /* Holiday gradient overlay */
35
  body::after {
36
  content: "";
 
41
  height: 100%;
42
  background:
43
  linear-gradient(to bottom,
44
+ rgba(220, 38, 38, 0.15) 0%,
45
+ rgba(22, 163, 74, 0.15) 100%);
46
+ pointer-events: none;
47
  z-index: -1;
48
  }
49
  .font-orbitron {
50
  font-family: 'Orbitron', sans-serif;
51
  }
 
52
  .btn-primary {
53
  display: inline-block;
54
+ background: linear-gradient(135deg, #a855f7 0%, #ec4899 100%);
55
  color: white;
56
+ text-shadow: 0 0 8px rgba(255,255,255,0.3);
57
+ padding: 12px 24px;
58
  border-radius: 8px;
59
  font-weight: bold;
60
  text-transform: uppercase;
 
84
  .btn-secondary:hover {
85
  background: rgba(139, 92, 246, 0.1);
86
  }
 
87
  .feature-card {
88
  background: rgba(17, 24, 39, 0.7);
89
  backdrop-filter: blur(10px);
90
+ border: 1px solid rgba(168, 85, 247, 0.4);
91
+ border-radius: 12px;
92
  padding: 24px;
93
  transition: all 0.3s ease;
94
  }
 
95
  .feature-card:hover {
96
  transform: translateY(-5px);
97
+ box-shadow: 0 10px 25px rgba(168, 85, 247, 0.4);
98
+ border-color: rgba(168, 85, 247, 0.6);
99
  }
100
  /* Thanksgiving Banner Animation */
101
  @keyframes pulseThanksgiving {
 
119
  color: transparent !important;
120
  }
121
  .goog-te-gadget-simple {
122
+ background-color: rgba(0,0,0,0.8) !important;
123
+ border: 1px solid #facc15 !important;
124
+ border-radius: 4px !important;
125
  padding: 4px 8px !important;
126
  backdrop-filter: blur(10px);
127
  height: 40px !important;
 
145
  .goog-te-menu-value img {
146
  display: none !important;
147
  }
 
148
  .goog-te-menu-value:before {
149
  content: '\f0ac';
150
  font-family: 'feather' !important;
151
+ color: #facc15;
152
+ margin-right: 8px;
153
  font-size: 16px;
154
  }
 
155
  .goog-te-menu-value:after {
156
  content: '\f107';
157
  font-family: 'feather' !important;
158
+ color: #facc15;
159
+ margin-left: 8px;
160
  font-size: 16px;
161
  }
162
 
 
181
  padding: 10px 16px !important;
182
  font-size: 14px !important;
183
  }
 
184
  .goog-te-menu2-item:hover {
185
+ background-color: rgba(250, 204, 21, 0.2) !important;
186
  }
187
 
188
  .goog-te-menu2-item-selected {
189
+ background-color: rgba(250, 204, 21, 0.3) !important;
190
  }
191
  /* YouTube player controls */
192
  #mute-btn i {
 
195
  stroke-width: 2;
196
  }
197
  .glow-image {
198
+ filter: drop-shadow(0 0 20px rgba(250, 204, 21, 0.8));
199
  transition: filter 0.3s ease;
200
  }
201
 
202
  .glow-image:hover {
203
+ filter: drop-shadow(0 0 30px rgba(250, 204, 21, 1));
204
  }
 
205
  .feature-icon {
206
  width: 60px;
207
  height: 60px;
 
209
  display: flex;
210
  align-items: center;
211
  justify-content: center;
212
+ background: rgba(168, 85, 247, 0.2);
213
  border-radius: 50%;
214
+ border: 2px solid #a855f7;
215
+ color: #a855f7;
216
+ font-size: 24px;
217
  }