diff --git a/style.css b/style.css index c1dd26a..d3f3118 100644 --- a/style.css +++ b/style.css @@ -342,13 +342,22 @@ body { font-size: 1.5em; color: rgba(0, 0, 0, 0.25); opacity: 0; + cursor: pointer; } + + + +.btn:hover { + color: rgba(0, 0, 0, 0.5); + transition: color 400ms ease-out; +======= .btn:hover { color: rgba(0, 0, 0, 0.5); transition: color 400ms ease-out; } + .btn:after { cursor: pointer; position: absolute; @@ -360,11 +369,14 @@ body { margin-left: -1.5em; margin-top: -1.5em; border-radius: 100%; + + } /*The back button was changed to bottom because it interrupts the info button.*/ + .btn--tl { bottom: 1.2em; left: 1.2em; @@ -387,6 +399,7 @@ body { } + /* For volume button */ .btn--tr { @@ -415,6 +428,7 @@ body { z-index: 10; } + .btn svg { display: block; }