diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-09-08 03:05:42 +1000 |
|---|---|---|
| committer | Jake Mannens <jakem_5@hotmail.com> | 2026-01-14 20:19:11 +1100 |
| commit | 6255f7c74687934e6701ddd98f5e3a84de78c451 (patch) | |
| tree | 96d6c0534d870b47e30472d9052672e9857fe057 /wwwroot/styles/global.css | |
| parent | 9d651759bc8757773d89356ad15dba5566e003e1 (diff) | |
Added global keyboard shortcuts
Diffstat (limited to 'wwwroot/styles/global.css')
| -rw-r--r-- | wwwroot/styles/global.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wwwroot/styles/global.css b/wwwroot/styles/global.css index 6c1df53..ebcda47 100644 --- a/wwwroot/styles/global.css +++ b/wwwroot/styles/global.css @@ -75,11 +75,12 @@ code { } button, input[type=submit] { - color: white; background: var(--col-button-pri); border-radius: 10px; border: none; box-sizing: border-box; + color: white; + cursor: pointer; height: 30px; margin: 10px 5px 0 5px; padding: 0 9px 0 9px; |
