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