style: improve contrast for text in notification popup dark mode

This commit is contained in:
sethburkart123
2024-06-09 20:47:28 +10:00
parent 9ec03ea4d9
commit 9c6285a6be
+6 -1
View File
@@ -1215,7 +1215,12 @@ div > ol:has(.uiFileHandlerWrapper) {
margin: 20px auto 0px; margin: 20px auto 0px;
cursor: pointer; cursor: pointer;
} }
.dark .notifications__detailsBody___2nU2k > .notifications__subtitle___1se8e {
color: #c1bcbc;
}
.notifications__detailsBody___2nU2k > .notifications__subtitle___1se8e {
font-size: 12px;
}
.notifications__notifications___3mmLY.notifications__hasItems___gXxzx > button { .notifications__notifications___3mmLY.notifications__hasItems___gXxzx > button {
background: white; background: white;
z-index: 21 !important; z-index: 21 !important;