Update modules/ui/htmls.py
Browse files- modules/ui/htmls.py +5 -5
modules/ui/htmls.py
CHANGED
@@ -36,18 +36,18 @@ CSS = """
|
|
36 |
text-decoration: underline;
|
37 |
}
|
38 |
|
39 |
-
md_title {
|
40 |
-
padding
|
41 |
}
|
42 |
|
43 |
-
|
44 |
color: #34d399;
|
45 |
}
|
46 |
-
|
47 |
color: #34d399;
|
48 |
text-decoration: underline;
|
49 |
}
|
50 |
-
|
51 |
text-decoration: underline;
|
52 |
}
|
53 |
"""
|
|
|
36 |
text-decoration: underline;
|
37 |
}
|
38 |
|
39 |
+
.md_title {
|
40 |
+
padding: 10px;
|
41 |
}
|
42 |
|
43 |
+
.md_disclaimer {
|
44 |
color: #34d399;
|
45 |
}
|
46 |
+
.md_disclaimer a {
|
47 |
color: #34d399;
|
48 |
text-decoration: underline;
|
49 |
}
|
50 |
+
.md_disclaimer a:hover {
|
51 |
text-decoration: underline;
|
52 |
}
|
53 |
"""
|