From f79f0b02a0e54d1675bc93ab93381a4564cb346e Mon Sep 17 00:00:00 2001 From: toshikanneko Date: Tue, 15 Feb 2022 10:56:20 +0100 Subject: [PATCH] Fix font color on YouTube sync page --- ui/scss/init/_gui.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/scss/init/_gui.scss b/ui/scss/init/_gui.scss index 35ad964a0..9c0e0164a 100644 --- a/ui/scss/init/_gui.scss +++ b/ui/scss/init/_gui.scss @@ -340,6 +340,7 @@ img { @extend .help; margin-top: 0; margin-bottom: 0; + color: var(--color-text); &:not(:last-child) { margin-bottom: 0;