Update modules/ui/htmls.py
Browse files- modules/ui/htmls.py +4 -0
modules/ui/htmls.py
CHANGED
@@ -36,6 +36,10 @@ CSS = """
|
|
36 |
text-decoration: underline;
|
37 |
}
|
38 |
|
|
|
|
|
|
|
|
|
39 |
#md_disclaimer {
|
40 |
color: #34d399;
|
41 |
}
|
|
|
36 |
text-decoration: underline;
|
37 |
}
|
38 |
|
39 |
+
md_title {
|
40 |
+
padding-left: 10px;
|
41 |
+
}
|
42 |
+
|
43 |
#md_disclaimer {
|
44 |
color: #34d399;
|
45 |
}
|