Updated banner text color.
Build and Test App / Build-and-test-App (push) Successful in 33s Details

This commit is contained in:
Andrew Lalis 2025-01-30 09:13:53 -05:00
parent fec713f15e
commit ac3196fb26
1 changed files with 3 additions and 1 deletions

View File

@ -77,18 +77,20 @@ async function deleteAnnouncement(a: Announcement) {
border-width: 2px;
border-style: solid;
display: flex;
color: rgb(207, 207, 207);
}
.announcement-banner-message {
margin: 0;
flex-grow: 1;
color: inherit;
}
.announcement-banner-button {
background-color: inherit;
border: none;
font-size: small;
color: rgb(207, 207, 207);
color: inherit;
}
.announcement-banner-button:hover {