Use solid background for notice

This commit is contained in:
exu 2023-07-11 17:35:49 +02:00
parent 1c325ce93b
commit 3095435d86
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: rgba(46, 31, 7, 0.5); background: #2e1f07;
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: rgba(46, 31, 7, 0.5); background: #2e1f07;
color: #f6af35; color: #f6af35;
} }