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