From d39bb31483a3726867a6887c1b34881bf5335493 Mon Sep 17 00:00:00 2001 From: Benedikt Werner <1benediktwerner@gmail.com> Date: Tue, 30 Nov 2021 13:53:12 +0100 Subject: [PATCH] Fix bottom outer coords color on 3D boards --- ui/common/css/vendor/chessground/_coords.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ui/common/css/vendor/chessground/_coords.scss b/ui/common/css/vendor/chessground/_coords.scss index 0c6916eaa6..8d3a5a676f 100644 --- a/ui/common/css/vendor/chessground/_coords.scss +++ b/ui/common/css/vendor/chessground/_coords.scss @@ -89,8 +89,11 @@ coords { text-align: center; } - coord { - color: $c-font-page !important; + &.ranks, + .is2d &.files { + coord { + color: $c-font-page !important; + } } } }