Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -97,6 +97,7 @@ def apply_c_suite_theme():
|
|
97 |
background-color: rgba(52, 73, 94, 0.9); /* Make texts easier to see */
|
98 |
border-right: 1px solid rgba(0, 247, 255, 0.4); /* Cyan to highlight sidebar separation */
|
99 |
box-shadow: 3px 0 5px rgba(0,0,0,.25); /* Shadow add touch aspect */
|
|
|
100 |
}
|
101 |
|
102 |
|
@@ -156,7 +157,9 @@ def apply_c_suite_theme():
|
|
156 |
section[data-testid="stSidebar"] { /* Applies a tint on the page so that sidebar and text contents aren't messy, all well sorted*/
|
157 |
padding-bottom: 0px
|
158 |
display: block; /* Make the sections view well*/
|
159 |
-
border-style: groove
|
|
|
|
|
160 |
|
161 |
.formatCode .token.keyword { /*Keyword are colored so they do better show for importance - example: variable type such as true, function names*/
|
162 |
background: rgba( 0, 119, 179, 0.0 );
|
|
|
97 |
background-color: rgba(52, 73, 94, 0.9); /* Make texts easier to see */
|
98 |
border-right: 1px solid rgba(0, 247, 255, 0.4); /* Cyan to highlight sidebar separation */
|
99 |
box-shadow: 3px 0 5px rgba(0,0,0,.25); /* Shadow add touch aspect */
|
100 |
+
color: red;
|
101 |
}
|
102 |
|
103 |
|
|
|
157 |
section[data-testid="stSidebar"] { /* Applies a tint on the page so that sidebar and text contents aren't messy, all well sorted*/
|
158 |
padding-bottom: 0px
|
159 |
display: block; /* Make the sections view well*/
|
160 |
+
border-style: groove;
|
161 |
+
color:#000000;
|
162 |
+
}
|
163 |
|
164 |
.formatCode .token.keyword { /*Keyword are colored so they do better show for importance - example: variable type such as true, function names*/
|
165 |
background: rgba( 0, 119, 179, 0.0 );
|