LAP-DEV commited on
Commit
0e3fe2d
·
verified ·
1 Parent(s): 5f2de63

Update modules/ui/htmls.py

Browse files
Files changed (1) hide show
  1. modules/ui/htmls.py +5 -0
modules/ui/htmls.py CHANGED
@@ -35,6 +35,11 @@ CSS = """
35
  #md_project a:hover {
36
  text-decoration: underline;
37
  }
 
 
 
 
 
38
  """
39
 
40
  MARKDOWN = """
 
35
  #md_project a:hover {
36
  text-decoration: underline;
37
  }
38
+
39
+ md_note {
40
+ color: gray;
41
+ font-size: 8px;
42
+ }
43
  """
44
 
45
  MARKDOWN = """