RaphaelLiu commited on
Commit
794bfdd
1 Parent(s): b169f3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -15
app.py CHANGED
@@ -13,19 +13,6 @@ body, html {
13
  width: 100%;
14
  }
15
 
16
- .gr-prose h2 {
17
- color: #ffffff !important; /* This ensures that the color is white */
18
- }
19
-
20
- .gr-prose a {
21
- color: #ffffff !important; /* This ensures that the color is white */
22
- }
23
-
24
-
25
- div {
26
- background-color: #121212; /* Slightly lighter dark shade for div backgrounds */
27
- color: #e0e0e0; /* Light grey text color for readability */
28
- }
29
 
30
  .gallery-container {
31
  display: flex;
@@ -58,7 +45,7 @@ div {
58
  }
59
 
60
  .video-caption {
61
- color: #ffffff; /* Maintain white text for captions */
62
  padding: 0.5rem;
63
  border-radius: 4px;
64
  margin-top: 0.5rem;
@@ -113,7 +100,7 @@ a:hover {
113
 
114
  input[type="text"], select, textarea {
115
  background-color: #333333; /* Dark grey input background for contrast */
116
- color: #ffffff; /* White text for inputs */
117
  border: 1px solid #343434; /* Subtle border color */
118
  border-radius: 0.3rem;
119
  padding: 0.5rem;
 
13
  width: 100%;
14
  }
15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
  .gallery-container {
18
  display: flex;
 
45
  }
46
 
47
  .video-caption {
48
+ color: #121212; /* Maintain white text for captions */
49
  padding: 0.5rem;
50
  border-radius: 4px;
51
  margin-top: 0.5rem;
 
100
 
101
  input[type="text"], select, textarea {
102
  background-color: #333333; /* Dark grey input background for contrast */
103
+ color: #e0e0e0; /* White text for inputs */
104
  border: 1px solid #343434; /* Subtle border color */
105
  border-radius: 0.3rem;
106
  padding: 0.5rem;