LAP-DEV commited on
Commit
8c86610
·
verified ·
1 Parent(s): 39e9e80

Update modules/ui/htmls.py

Browse files
Files changed (1) hide show
  1. modules/ui/htmls.py +2 -3
modules/ui/htmls.py CHANGED
@@ -36,9 +36,8 @@ CSS = """
36
  text-decoration: underline;
37
  }
38
 
39
- md_note {
40
- color: red;
41
- text-decoration: underline;
42
  }
43
 
44
  """
 
36
  text-decoration: underline;
37
  }
38
 
39
+ md_note{
40
+ background-color: red;
 
41
  }
42
 
43
  """