Skip to content

Commit

Permalink
Merge pull request 8values#145 from mej71/master
Browse files Browse the repository at this point in the history
Fixed Nation/Globe bar having no color
  • Loading branch information
Genora51 authored Jul 15, 2021
2 parents c773e89 + a9d0c8a commit d9cdfbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ div.equality {
text-align: left;
border-right-style: solid;
}
div.markets {
div.wealth {
background-color: #00897b;
text-align: right;
border-left-style: solid;
Expand All @@ -221,12 +221,12 @@ div.authority {
text-align: right;
border-left-style: solid;
}
div.globe {
div.peace {
background-color: #03a9f4;
text-align: right;
border-left-style: solid;
}
div.nation {
div.might {
background-color: #ff9800;
text-align: left;
border-right-style: solid;
Expand Down

0 comments on commit d9cdfbd

Please sign in to comment.