summaryrefslogtreecommitdiff
path: root/wwwroot/styles
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-09-08 03:05:42 +1000
committerJake Mannens <jakem_5@hotmail.com>2026-01-14 20:19:11 +1100
commit6255f7c74687934e6701ddd98f5e3a84de78c451 (patch)
tree96d6c0534d870b47e30472d9052672e9857fe057 /wwwroot/styles
parent9d651759bc8757773d89356ad15dba5566e003e1 (diff)
Added global keyboard shortcuts
Diffstat (limited to 'wwwroot/styles')
-rw-r--r--wwwroot/styles/global.css3
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;