LAP-DEV commited on
Commit
88b0242
·
verified ·
1 Parent(s): a195c68

Update modules/ui/htmls.py

Browse files
Files changed (1) hide show
  1. modules/ui/htmls.py +7 -0
modules/ui/htmls.py CHANGED
@@ -44,6 +44,13 @@ CSS = """
44
  padding-left: 5px;
45
  color: #34d399;
46
  }
 
 
 
 
 
 
 
47
  """
48
 
49
  MARKDOWN = """
 
44
  padding-left: 5px;
45
  color: #34d399;
46
  }
47
+ .md_disclaimer a {
48
+ color: #34d399;
49
+ text-decoration: none;
50
+ }
51
+ .md_disclaimer a:hover {
52
+ text-decoration: underline;
53
+ }
54
  """
55
 
56
  MARKDOWN = """