Update modules/ui/htmls.py
Browse files- modules/ui/htmls.py +1 -2
modules/ui/htmls.py
CHANGED
@@ -19,12 +19,11 @@ CSS = """
|
|
19 |
.bmc-button:focus {
|
20 |
background-color: #FF5633;
|
21 |
}
|
22 |
-
/*
|
23 |
.markdown {
|
24 |
margin-bottom: 0;
|
25 |
padding-bottom: 0;
|
|
|
26 |
}
|
27 |
-
*/
|
28 |
.tabs {
|
29 |
margin-top: 0;
|
30 |
padding-top: 0;
|
|
|
19 |
.bmc-button:focus {
|
20 |
background-color: #FF5633;
|
21 |
}
|
|
|
22 |
.markdown {
|
23 |
margin-bottom: 0;
|
24 |
padding-bottom: 0;
|
25 |
+
color: #34d399;
|
26 |
}
|
|
|
27 |
.tabs {
|
28 |
margin-top: 0;
|
29 |
padding-top: 0;
|