From b73165fce4b6e286edb8f47a90f09b0383af1402 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 18 Jan 2022 21:31:40 +0100 Subject: [PATCH] fix: update available text color in dark mode --- src/components/home/update.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/home/update.vue b/src/components/home/update.vue index ff0a018e7..16c7b39e4 100644 --- a/src/components/home/update.vue +++ b/src/components/home/update.vue @@ -85,4 +85,8 @@ export default { margin-left: .5rem; } } + +.dark .update-notification { + color: var(--grey-200); +} \ No newline at end of file