diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-27 23:15:14 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-27 23:15:14 +0100 |
| commit | f29250cf59333b1368654d45ee2707836cd61b63 (patch) | |
| tree | 593f9f4ca97085c188a1be03b63276e0c71326c3 | |
| parent | e837aeb5005263be24e37f6dde64f08aa89f775c (diff) | |
Changed input boxes to use Courier New, mono instead of Hacked for better readability
| -rw-r--r-- | src/Style/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Style/style.css b/src/Style/style.css index 926033a..439efa6 100644 --- a/src/Style/style.css +++ b/src/Style/style.css @@ -127,9 +127,11 @@ button { transition: all 0.2s ease-in-out; width: 100%; margin-bottom: 15px; + box-sizing: border-box; } -input[type="text"] { +input[type="text"], +textarea { font-family: "Courier New", monospace; } |
