Marcelo Lotif
commited on
Commit
·
120beea
1
Parent(s):
5b6e29d
Removing gray color on tab text
Browse files
src/display/css_html_js.py
CHANGED
@@ -221,10 +221,6 @@ custom_css = """
|
|
221 |
font-size: 20px;
|
222 |
}
|
223 |
|
224 |
-
.tab-buttons button:not([aria-selected="true"]) {
|
225 |
-
color: rgb(97, 97, 97);
|
226 |
-
}
|
227 |
-
|
228 |
.intro-block {
|
229 |
padding: 20px;
|
230 |
}
|
|
|
221 |
font-size: 20px;
|
222 |
}
|
223 |
|
|
|
|
|
|
|
|
|
224 |
.intro-block {
|
225 |
padding: 20px;
|
226 |
}
|