Hadiil commited on
Commit
fef4a66
·
verified ·
1 Parent(s): df3a4ea

Update static/styles.css

Browse files
Files changed (1) hide show
  1. static/styles.css +6 -4
static/styles.css CHANGED
@@ -13,7 +13,6 @@ body {
13
  height: 100%;
14
  background: transparent;
15
  z-index: -1;
16
- animation: twinkle 10s infinite;
17
  }
18
 
19
  @keyframes twinkle {
@@ -62,8 +61,8 @@ body {
62
  }
63
 
64
  .modal-content {
65
- background: url('/images/starry-bg.jpg') no-repeat center center fixed;
66
- background-size: cover;
67
  border-radius: 0;
68
  padding: 30px;
69
  width: 90%;
@@ -208,7 +207,7 @@ body {
208
  padding: 5px;
209
  }
210
 
211
- .input-bar input {
212
  flex: 1;
213
  background: transparent;
214
  border: none;
@@ -226,6 +225,9 @@ body {
226
  color: #fff;
227
  font-size: 1rem;
228
  text-align: center;
 
 
 
229
  display: none;
230
  }
231
 
 
13
  height: 100%;
14
  background: transparent;
15
  z-index: -1;
 
16
  }
17
 
18
  @keyframes twinkle {
 
61
  }
62
 
63
  .modal-content {
64
+ background: rgba(0, 0, 0, 0.8); /* Lighter background for performance */
65
+ backdrop-filter: blur(10px);
66
  border-radius: 0;
67
  padding: 30px;
68
  width: 90%;
 
207
  padding: 5px;
208
  }
209
 
210
+ .input-bar input, .input-bar textarea {
211
  flex: 1;
212
  background: transparent;
213
  border: none;
 
225
  color: #fff;
226
  font-size: 1rem;
227
  text-align: center;
228
+ }
229
+
230
+ .loading-spinner.hidden {
231
  display: none;
232
  }
233