Skip to content

Commit

Permalink
Make scoring panel elements brighter.
Browse files Browse the repository at this point in the history
  • Loading branch information
patfair committed Sep 28, 2023
1 parent 6037a09 commit 56cffc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/css/scoring_panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ body {
display: flex;
align-items: center;
margin: 0.4vw 1vw 0.4vw 0.2vw;
color: #666;
color: #ccc;
}
.robot-field {
width: 17vw;
Expand Down Expand Up @@ -105,7 +105,7 @@ body {
display: flex;
flex-direction: column;
align-items: center;
border: 1px solid #666;
border: 1px solid #ccc;
padding: 0.5vw;
margin-top: -1px;
margin-left: -1px;
Expand Down Expand Up @@ -138,7 +138,7 @@ body {
display: flex;
justify-content: center;
align-items: center;
opacity: 0.2;
opacity: 0.4;
}
.grid-node-button[data-value="true"] {
border: 2px solid #aaa;
Expand Down

0 comments on commit 56cffc6

Please sign in to comment.