diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-21 07:41:43 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-21 07:41:43 +0100 |
| commit | 51c2d9da5c11c4328fd935e89789bac6fb7e5955 (patch) | |
| tree | ef6ffb6486caa0ee34847941d9c965fb19e26345 /public/css/modules/btn.css | |
| parent | 6fc3866931b3d27cb77bf9b8a6119cb4c72e67c7 (diff) | |
Better link styling
Diffstat (limited to 'public/css/modules/btn.css')
| -rw-r--r-- | public/css/modules/btn.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/css/modules/btn.css b/public/css/modules/btn.css index a928efe..732005b 100644 --- a/public/css/modules/btn.css +++ b/public/css/modules/btn.css @@ -15,6 +15,8 @@ } .btn:hover { + color: var(--text-highlight-color); + border-color: var(--background-highlight-color); background-color: var(--background-highlight-color); text-decoration-color: transparent; } |
