Spaces:
Running
Running
Solomon7890-jpeg
commited on
Commit
·
93c73f4
1
Parent(s):
b2aa74a
style(ui): increase font brightness and visibility
Browse files
app.py
CHANGED
|
@@ -127,21 +127,25 @@ custom_css = """
|
|
| 127 |
-webkit-text-fill-color: transparent;
|
| 128 |
}
|
| 129 |
.header-section p {
|
| 130 |
-
color: #
|
|
|
|
|
|
|
|
|
|
| 131 |
}
|
| 132 |
.brain-badge {
|
| 133 |
display: inline-block;
|
| 134 |
-
background: linear-gradient(45deg, #
|
| 135 |
-
color: #
|
| 136 |
-
padding: 8px 16px; border-radius: 20px; font-weight:
|
| 137 |
margin: 10px 5px;
|
| 138 |
-
border:
|
| 139 |
-
box-shadow: 0
|
|
|
|
| 140 |
}
|
| 141 |
.logo-circle img {
|
| 142 |
border-radius: 50% !important;
|
| 143 |
-
box-shadow: 0 0
|
| 144 |
-
border: 4px solid #
|
| 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 */
|