Change background color
This commit is contained in:
parent
d020ac7cbc
commit
1c325ce93b
@ -981,7 +981,7 @@ thead {
|
|||||||
|
|
||||||
.notices.yellow {
|
.notices.yellow {
|
||||||
border-left: 10px solid #ffa800;
|
border-left: 10px solid #ffa800;
|
||||||
background: #47310d;
|
background: rgba(46, 31, 7, 0.5);
|
||||||
color: #f6af35; }
|
color: #f6af35; }
|
||||||
|
|
||||||
/*# sourceMappingURL=theme.css.map */
|
/*# sourceMappingURL=theme.css.map */
|
||||||
|
File diff suppressed because one or more lines are too long
@ -5,6 +5,6 @@
|
|||||||
|
|
||||||
.notices.yellow {
|
.notices.yellow {
|
||||||
border-left: 10px solid #ffa800;
|
border-left: 10px solid #ffa800;
|
||||||
background: #47310d;
|
background: rgba(46, 31, 7, 0.5);
|
||||||
color: #f6af35;
|
color: #f6af35;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user