diff --git a/css/dark-mode.css b/css/dark-mode.css index df0568bd5..fff24cc29 100644 --- a/css/dark-mode.css +++ b/css/dark-mode.css @@ -763,3 +763,13 @@ html.dark-mode ._koh { html.dark-mode ._koh li:not(.selected) { color: var(--base-seventy); } + +/* "Missed call" timestamp */ +html.dark-mode ._2r2v { + color: var(--base-fourty) !important; +} + +/* "Incoming call" subheading */ +html.dark-mode ._2n1t { + color: var(--base-fourty) !important; +}