LAP-DEV commited on
Commit
1b5ab61
·
verified ·
1 Parent(s): 0db649a

Update modules/ui/htmls.py

Browse files
Files changed (1) hide show
  1. 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