From 9c6285a6bec11d625ce79e298b1c48243cc0b399 Mon Sep 17 00:00:00 2001 From: sethburkart123 Date: Sun, 9 Jun 2024 20:47:28 +1000 Subject: [PATCH] style: improve contrast for text in notification popup dark mode --- src/css/injected.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/css/injected.scss b/src/css/injected.scss index 7a5f6219..610708df 100644 --- a/src/css/injected.scss +++ b/src/css/injected.scss @@ -1215,7 +1215,12 @@ div > ol:has(.uiFileHandlerWrapper) { margin: 20px auto 0px; 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 { background: white; z-index: 21 !important;