LAP-DEV commited on
Commit
6d04ac8
·
verified ·
1 Parent(s): 9165fdb

Update modules/ui/htmls.py

Browse files
Files changed (1) hide show
  1. modules/ui/htmls.py +1 -2
modules/ui/htmls.py CHANGED
@@ -37,8 +37,7 @@ CSS = """
37
  }
38
 
39
  md_note {
40
- color: gray;
41
- font-size: 8px;
42
  }
43
  """
44
 
 
37
  }
38
 
39
  md_note {
40
+ color: #D3D3D3;
 
41
  }
42
  """
43