diff --git a/index.css b/index.css index 0adc7ba2..5244484c 100644 --- a/index.css +++ b/index.css @@ -1412,10 +1412,6 @@ div.states > .coaIcon { transition: all .4s ease-in-out; } -div.states > .coaIcon:hover { - transform: scale(8); -} - div.states > .coaIcon > use { pointer-events: none; } @@ -1523,12 +1519,10 @@ div.states.active { } div.states.Self { - border-color: #858b8e; - background-image: linear-gradient(to right, #f2f2f2 0%, #b0c6d9 100%); - font-style: italic; - font-weight: bold; margin-bottom: .2em; cursor: default !important; + padding: .2em 0 0 .5em; + font-weight: bold; } div.states button.selectCapital { diff --git a/index.html b/index.html index d8ed8b7f..ed7eb455 100644 --- a/index.html +++ b/index.html @@ -2427,7 +2427,7 @@