diff options
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/App.scss b/src/App.scss index 3ba79f3f..39bb34de 100644 --- a/src/App.scss +++ b/src/App.scss @@ -37,7 +37,8 @@ button{ border-bottom: 1px solid rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 2px black; font-size: 14px; - + font-family: sans; + &:hover { box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3); } |
