From 8987153c3b60f11f7fa1d342a7360ae29c5f2c81 Mon Sep 17 00:00:00 2001 From: gurpreetsinghmatharoo Date: Thu, 3 Oct 2024 11:02:27 +0530 Subject: [PATCH] docs(general): Fix glossary colour on PC - only mobile version should be coloured https://github.com/YoYoGames/GameMaker-Bugs/issues/7858 (cherry picked from commit 38b9ce2ff7e48601baca5e126901b5bb56293263) --- SupportFiles/layout_fix_append.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SupportFiles/layout_fix_append.css b/SupportFiles/layout_fix_append.css index 096ce3ad6..37e4d6dfc 100644 --- a/SupportFiles/layout_fix_append.css +++ b/SupportFiles/layout_fix_append.css @@ -14,7 +14,7 @@ body.media-mobile div.functionbar { z-index: 1 !important; } -.GlossaryTermText { +body.media-mobile .GlossaryTermText { color: #444; }