From 53ca19458e2b9723eafb520fa528d528cd327096 Mon Sep 17 00:00:00 2001 From: qewer33 Date: Mon, 28 Aug 2023 16:52:34 +0300 Subject: [PATCH] Make StartPage tips use BackgroundTextColor --- src/Mod/Start/StartPage/StartPage.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Start/StartPage/StartPage.css b/src/Mod/Start/StartPage/StartPage.css index 418427efde..f219917ac1 100644 --- a/src/Mod/Start/StartPage/StartPage.css +++ b/src/Mod/Start/StartPage/StartPage.css @@ -150,6 +150,7 @@ ul.tabs li a.active:hover { } .footnote { + color: BGTCOLOR; text-align: center; display: block; /* footnote tips display */ clear: both;