diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/app/main.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/app/main.css b/src/app/main.css index a9dbc9d..1de3eea 100644 --- a/src/app/main.css +++ b/src/app/main.css @@ -28,6 +28,13 @@ button, .text { outline: none; padding: 5px 15px; border-radius: 50px; + transition: 0.2s ease-in-out; +} + +button:hover {opacity: 0.9} +button:active { + opacity: 0.7; + transform: scale(0.95); } #update {background: #81A1C1} |