LAP-DEV commited on
Commit
5fff65b
·
verified ·
1 Parent(s): 64fe2e0

Update modules/ui/htmls.py

Browse files
Files changed (1) hide show
  1. modules/ui/htmls.py +1 -1
modules/ui/htmls.py CHANGED
@@ -23,7 +23,7 @@ CSS = """
23
  #md_preview_title {
24
  padding: 5px;
25
  border-radius: 10px;
26
- background-color: #FF7F50;
27
  }
28
  """
29
 
 
23
  #md_preview_title {
24
  padding: 5px;
25
  border-radius: 10px;
26
+ background-color: rgba(255,127,80,0.1);
27
  }
28
  """
29