Skip to content

Commit a175d2f

Browse files
committed
opacity change
1 parent 7cfeee9 commit a175d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/civclicker.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ button {
683683
opacity: 0.5;
684684
display: inline-block;
685685
padding: 0.1em 0.5em;
686-
background-color: rgba(0,0,0,0.1);
686+
background-color: rgba(0,0,0,0.05);
687687
}
688688
.happy-1 li:nth-child(1) { background-color: #3ac; opacity: 1; font-size: 1em; }
689689
.happy-2 li:nth-child(2) { background-color: #3a6; opacity: 1; font-size: 1em; }

0 commit comments

Comments
 (0)