Skip to content

Commit

Permalink
opacity change
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukenickerson committed Mar 8, 2017
1 parent 7cfeee9 commit a175d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/civclicker.css
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ button {
opacity: 0.5;
display: inline-block;
padding: 0.1em 0.5em;
background-color: rgba(0,0,0,0.1);
background-color: rgba(0,0,0,0.05);
}
.happy-1 li:nth-child(1) { background-color: #3ac; opacity: 1; font-size: 1em; }
.happy-2 li:nth-child(2) { background-color: #3a6; opacity: 1; font-size: 1em; }
Expand Down

0 comments on commit a175d2f

Please sign in to comment.