diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-02-28 19:17:07 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-12-21 19:43:13 +0200 |
| commit | cdcbcf93fa15b6257aeb8d347219b3f9793606d0 (patch) | |
| tree | 0b39d7f0b5d82309408898f79d2d8f7a2f099078 /static/styles.css | |
| parent | 89769b45a11ea6ec206f7b519953492296dd8214 (diff) | |
Add README, use postgres:16, improve styles
Diffstat (limited to 'static/styles.css')
| -rw-r--r-- | static/styles.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css index e34660b..40a93fc 100644 --- a/static/styles.css +++ b/static/styles.css @@ -9,6 +9,11 @@ body { margin: 0 auto; } +textarea { + font-family: "Helvetica Neue", "Arial", sans-serif; + font-size: 16px; +} + button, input[type="submit"] { cursor: pointer; |
