Fix bottom outer coords color on 3D boards

deepcrayonfish^2
Benedikt Werner 2021-11-30 13:53:12 +01:00
parent 435cfba2ad
commit d39bb31483
No known key found for this signature in database
GPG Key ID: 1DBFF0F8E9E121EB
1 changed files with 5 additions and 2 deletions

View File

@ -89,8 +89,11 @@ coords {
text-align: center;
}
coord {
color: $c-font-page !important;
&.ranks,
.is2d &.files {
coord {
color: $c-font-page !important;
}
}
}
}