DontPlanToEnd
commited on
Commit
•
cd83317
1
Parent(s):
685d2ab
Update app.py
Browse files
app.py
CHANGED
@@ -25,12 +25,12 @@ custom_css = """
|
|
25 |
.gradio-container .prose {
|
26 |
font-family: 'Segoe UI', Arial, sans-serif !important;
|
27 |
}
|
28 |
-
/*
|
29 |
.gradio-container table a,
|
30 |
.gradio-container .dataframe a {
|
31 |
text-decoration: none !important;
|
32 |
}
|
33 |
-
/* Add
|
34 |
.default-underline {
|
35 |
text-decoration: underline !important;
|
36 |
}
|
|
|
25 |
.gradio-container .prose {
|
26 |
font-family: 'Segoe UI', Arial, sans-serif !important;
|
27 |
}
|
28 |
+
/* Make table links have no underline */
|
29 |
.gradio-container table a,
|
30 |
.gradio-container .dataframe a {
|
31 |
text-decoration: none !important;
|
32 |
}
|
33 |
+
/* Add underline to specific links */
|
34 |
.default-underline {
|
35 |
text-decoration: underline !important;
|
36 |
}
|