Darken warning background color

This commit is contained in:
exu 2023-07-11 17:37:08 +02:00
parent 3095435d86
commit 29885a4478
2 changed files with 2 additions and 2 deletions

View File

@ -981,7 +981,7 @@ thead {
.notices.yellow {
border-left: 10px solid #ffa800;
background: #2e1f07;
background: #201304;
color: #f6af35; }
/*# sourceMappingURL=theme.css.map */

View File

@ -5,6 +5,6 @@
.notices.yellow {
border-left: 10px solid #ffa800;
background: #2e1f07;
background: #201304;
color: #f6af35;
}