diff options
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/App.scss b/src/App.scss index 1e38275e..75f825ee 100644 --- a/src/App.scss +++ b/src/App.scss @@ -35,7 +35,8 @@ button{ cursor: pointer; &:hover { - background-color: white; + //background-color: white; + opacity: 0.8; } } @@ -175,7 +176,7 @@ status-text-container { margin-top: 0.2em; float: right; margin-right: 0.3em; - border-radius: 20%; + border-radius: 5px; } } |
