Update modules/ui/htmls.py
Browse files- modules/ui/htmls.py +1 -1
modules/ui/htmls.py
CHANGED
|
@@ -48,7 +48,7 @@ CSS = """
|
|
| 48 |
text-decoration: underline;
|
| 49 |
}
|
| 50 |
.md_disclaimer a:hover {
|
| 51 |
-
text-decoration: underline
|
| 52 |
}
|
| 53 |
"""
|
| 54 |
|
|
|
|
| 48 |
text-decoration: underline;
|
| 49 |
}
|
| 50 |
.md_disclaimer a:hover {
|
| 51 |
+
text-decoration: underline;
|
| 52 |
}
|
| 53 |
"""
|
| 54 |
|