Style update banner correctly

This commit is contained in:
2025-12-27 18:29:23 +00:00
parent 8bf33e2d45
commit b5241a2a42
5 changed files with 10 additions and 8 deletions

View File

@@ -95,13 +95,12 @@
}
.red .update-banner {
background-color: #ffdddd;
border-bottom-color: #e6c2c2;
color: #b00;
background-color: #300;
color: #d00;
}
.red .update-banner button {
background-color: #440000;
border-color: #b00;
color: #b00;
color: #d00;
}