From 597fbe098ab94455a3a442ef69b90a0d5ab14c18 Mon Sep 17 00:00:00 2001 From: Pyrofab Date: Sat, 10 Feb 2024 12:11:25 +0100 Subject: [PATCH] Fix tooltip color on light mode --- _sass/parts/mc.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/_sass/parts/mc.scss b/_sass/parts/mc.scss index bedd43a2..f3c14b6d 100644 --- a/_sass/parts/mc.scss +++ b/_sass/parts/mc.scss @@ -122,6 +122,7 @@ left: 0; background-color: #100010; background-color: rgba(16, 0, 16, 0.94); + color: white; padding: 0.375em; font-family: Minecraft, sans-serif; font-size: 16px;