Browse Source

Max out opacity for upgrade icons

tags/v0.1.0
Fen Dweller 5 years ago
parent
commit
b8046d8a42
No known key found for this signature in database GPG Key ID: E80B35A6F11C3656
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      gorge.css

+ 1
- 1
gorge.css View File

@@ -363,7 +363,7 @@ button {
.upgrade-button > .upgrade-icon-holder {
width: 80px;
height: 80px;
opacity: 0.8;
opacity: 1;
pointer-events: none;
position: absolute;
display: flex;


Loading…
Cancel
Save