Solomon7890-jpeg commited on
Commit
93c73f4
·
1 Parent(s): b2aa74a

style(ui): increase font brightness and visibility

Browse files
Files changed (1) hide show
  1. app.py +12 -8
app.py CHANGED
@@ -127,21 +127,25 @@ custom_css = """
127
  -webkit-text-fill-color: transparent;
128
  }
129
  .header-section p {
130
- color: #e0e0e0;
 
 
 
131
  }
132
  .brain-badge {
133
  display: inline-block;
134
- background: linear-gradient(45deg, #D4AF37, #FDB931);
135
- color: #001529;
136
- padding: 8px 16px; border-radius: 20px; font-weight: bold;
137
  margin: 10px 5px;
138
- border: 1px solid #ffffff;
139
- box-shadow: 0 2px 10px rgba(212, 175, 55, 0.3);
 
140
  }
141
  .logo-circle img {
142
  border-radius: 50% !important;
143
- box-shadow: 0 0 25px rgba(212, 175, 55, 0.6) !important;
144
- border: 4px solid #D4AF37 !important;
145
  object-fit: cover !important;
146
  }
147
  /* Tab Styling */
 
127
  -webkit-text-fill-color: transparent;
128
  }
129
  .header-section p {
130
+ color: #ffffff;
131
+ font-weight: 500;
132
+ font-size: 1.1rem;
133
+ text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
134
  }
135
  .brain-badge {
136
  display: inline-block;
137
+ background: linear-gradient(45deg, #FFD700, #FFC125);
138
+ color: #000000;
139
+ padding: 8px 16px; border-radius: 20px; font-weight: 800;
140
  margin: 10px 5px;
141
+ border: 2px solid #ffffff;
142
+ box-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
143
+ text-shadow: none;
144
  }
145
  .logo-circle img {
146
  border-radius: 50% !important;
147
+ box-shadow: 0 0 30px rgba(255, 215, 0, 0.6) !important;
148
+ border: 4px solid #FFD700 !important;
149
  object-fit: cover !important;
150
  }
151
  /* Tab Styling */