You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in civclient.css there's
.scorechart {
height: 530px;
width: 100%;
background-color: white;
overflow: hidden;
}
The background-color draws opaque white over the custom scorechart background art, causing any white teams to be unreadable.
The text was updated successfully, but these errors were encountered:
in civclient.css there's
.scorechart {
height: 530px;
width: 100%;
background-color: white;
overflow: hidden;
}
The background-color draws opaque white over the custom scorechart background art, causing any white teams to be unreadable.
The text was updated successfully, but these errors were encountered: