Commit
·
f56efe7
1
Parent(s):
7ecec38
teste fix: light mode dialog
Browse files- logos/styles/light.css +1 -0
logos/styles/light.css
CHANGED
@@ -177,6 +177,7 @@ body, .stMarkdown, .stText, .stTitle, .stHeader, .stSubheader {
|
|
177 |
border-top-right-radius: 10px;
|
178 |
border-bottom-left-radius: 0;
|
179 |
border-bottom-right-radius: 0;
|
|
|
180 |
}
|
181 |
|
182 |
|
|
|
177 |
border-top-right-radius: 10px;
|
178 |
border-bottom-left-radius: 0;
|
179 |
border-bottom-right-radius: 0;
|
180 |
+
color: #FAFAFA;
|
181 |
}
|
182 |
|
183 |
|