minor / add button to footer to get new random messages

This commit is contained in:
2025-07-25 09:54:22 -04:00
parent 3d35b0a327
commit 3ea7142b24
3 changed files with 16 additions and 4 deletions

View File

@@ -244,9 +244,9 @@ Custom
}
.d-dark > * {
background-color: rgba(35, 35, 35, 0.9) !important;
background-color: rgba(35, 35, 35, 0.9);
color: #ffffff;
}
.d-light > * {
background-color: rgba(255, 255, 255, 0.9) !important;
background-color: rgba(255, 255, 255, 0.9);
}