Style fixes

This commit is contained in:
2026-01-03 23:26:56 +00:00
parent 83cc49e7ec
commit 98955a1ce7
5 changed files with 21 additions and 15 deletions

View File

@@ -22,7 +22,7 @@
.red .menu button,
.red .story-text button {
background-color: #440000;
background-color: #220000;
border-color: #b00;
color: #b00;
}
@@ -100,19 +100,19 @@
}
.red .update-banner button {
background-color: #440000;
background-color: #220000;
border-color: #b00;
color: #d00;
}
.red .modal-content {
background: #300;
background: #100;
border-color: #690000;
color: #b00;
}
.red .modal-content button {
background-color: #440000;
background-color: #220000;
border-color: #b00;
}