Updated banner text color.
Build and Test App / Build-and-test-App (push) Successful in 33s
Details
Build and Test App / Build-and-test-App (push) Successful in 33s
Details
This commit is contained in:
parent
fec713f15e
commit
ac3196fb26
|
@ -77,18 +77,20 @@ async function deleteAnnouncement(a: Announcement) {
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
color: rgb(207, 207, 207);
|
||||||
}
|
}
|
||||||
|
|
||||||
.announcement-banner-message {
|
.announcement-banner-message {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.announcement-banner-button {
|
.announcement-banner-button {
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
border: none;
|
border: none;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
color: rgb(207, 207, 207);
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.announcement-banner-button:hover {
|
.announcement-banner-button:hover {
|
||||||
|
|
Loading…
Reference in New Issue