LAP-DEV commited on
Commit
3a4a39c
·
verified ·
1 Parent(s): c9b9254

Update modules/ui/htmls.py

Browse files
Files changed (1) hide show
  1. modules/ui/htmls.py +6 -0
modules/ui/htmls.py CHANGED
@@ -15,6 +15,12 @@ CSS = """
15
  #md_disclaimer a:hover {
16
  text-decoration: underline;
17
  }
 
 
 
 
 
 
18
  """
19
 
20
  CSS_BACKUP = """
 
15
  #md_disclaimer a:hover {
16
  text-decoration: underline;
17
  }
18
+
19
+ #md_preview {
20
+ padding: 10px;
21
+ box-shadow: 0 0 0 1px #FF7F50;
22
+ background-color: rgba(255,127,80,0.1);
23
+ }
24
  """
25
 
26
  CSS_BACKUP = """