diff --git a/client/style.css b/client/style.css index b692863..02f091e 100755 --- a/client/style.css +++ b/client/style.css @@ -87,17 +87,12 @@ header { .loadMore { cursor: pointer; border-radius: 100%; - height: 48px; - width: 48px; - background-color: #eee; + height: 72px; + width: 72px; margin: 0 auto; transition: transform 150ms, box-shadow 150ms; - border: 1px solid rgba(0, 0, 0, .1); user-select: none; -} - -.loadMore:hover { - box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3); + filter: invert(); } .loadMore.flipped { @@ -130,7 +125,7 @@ th { tr:nth-child(odd) { - background-color: #f2f2f2; + background-color: #eee; }