Change background color

This commit is contained in:
exu 2023-07-11 17:35:15 +02:00
parent d020ac7cbc
commit 1c325ce93b
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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;
} }