- commit
- 492395e6e65e4c803d9842c82b20373512f786f1
- parent
- 4eca3b5158e49d239745f9a39a2073d7135f3bb2
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-01-16 05:23
pointer for buttons
Diffstat
| M | style.css | 4 | ++++ |
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
@@ -56,6 +56,10 @@ button:not(:disabled):focus {
56 56 color: var(--bg);
57 57 }
58 58
-1 59 button {
-1 60 cursor: pointer;
-1 61 }
-1 62
59 63 :disabled {
60 64 opacity: 0.7;
61 65 }