Update modules/ui/htmls.py
Browse files- modules/ui/htmls.py +1 -1
modules/ui/htmls.py
CHANGED
@@ -6,7 +6,7 @@ CSS = """
|
|
6 |
#md_disclaimer {
|
7 |
padding: 10px;
|
8 |
/* background-color: #FF9800; */
|
9 |
-
|
10 |
}
|
11 |
#md_disclaimer a {
|
12 |
color: #43AAC7;
|
|
|
6 |
#md_disclaimer {
|
7 |
padding: 10px;
|
8 |
/* background-color: #FF9800; */
|
9 |
+
box-shadow: inset 0 0 0 10px red;
|
10 |
}
|
11 |
#md_disclaimer a {
|
12 |
color: #43AAC7;
|