diff options
Diffstat (limited to 'app/src/App.css')
-rw-r--r-- | app/src/App.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/App.css b/app/src/App.css index ef0cef4..4feffe3 100644 --- a/app/src/App.css +++ b/app/src/App.css @@ -21,7 +21,7 @@ html, body { right: 20px; } -button { +#actions button { cursor: pointer; background-color: var(--hover-selection); color: white; |