diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2025-02-15 15:16:05 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2025-02-15 15:16:05 -0500 |
| commit | eb0ff4175c10a9287e44ab4c3eafc0f64eae4e0d (patch) | |
| tree | 9bdfae19e328cebec48e5770bb759efffacf3885 /ui/styles/forms.css | |
| parent | 9d6db882ea61e9a68ff60a8f92e2c50d3b191b2b (diff) | |
npm format
Diffstat (limited to 'ui/styles/forms.css')
| -rw-r--r-- | ui/styles/forms.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/styles/forms.css b/ui/styles/forms.css index 5279f86..88a6c41 100644 --- a/ui/styles/forms.css +++ b/ui/styles/forms.css @@ -5,7 +5,7 @@ label { } label input { - font-family: "Overlock"; + font-family: 'Overlock'; display: block; width: 90%; padding: 0.25rem; @@ -14,7 +14,7 @@ label input { } form.form > button { - font-family: "Overlock"; + font-family: 'Overlock'; background-color: var(--colour-input-bg); color: var(--colour-input-text); padding: 0.25rem; |
