diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-09-08 03:05:42 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-09-08 03:05:42 +1000 |
| commit | a6ae1e33c6c25c364fcea2e0af23578803f5941d (patch) | |
| tree | 89e6d22ef6e57ab319a2b9074844cf8390c212c0 /wwwroot/styles/global.css | |
| parent | e14e05d13d72c44fcfb011df83f3cfefe768e1fa (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; |
