diff --git a/l4d2web/static/css/components.css b/l4d2web/static/css/components.css index 32e1d0c..0eb2fdc 100644 --- a/l4d2web/static/css/components.css +++ b/l4d2web/static/css/components.css @@ -50,6 +50,14 @@ textarea { padding: var(--space-s) var(--space-m); } +textarea { + font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; + font-size: 0.875rem; + line-height: 1.5; + resize: vertical; + tab-size: 4; +} + input:focus, select:focus, textarea:focus, diff --git a/l4d2web/templates/blueprint_detail.html b/l4d2web/templates/blueprint_detail.html index 0b82d78..b107e32 100644 --- a/l4d2web/templates/blueprint_detail.html +++ b/l4d2web/templates/blueprint_detail.html @@ -26,8 +26,8 @@ {% endfor %} - - + + diff --git a/l4d2web/templates/blueprints.html b/l4d2web/templates/blueprints.html index 996b447..9ba8a97 100644 --- a/l4d2web/templates/blueprints.html +++ b/l4d2web/templates/blueprints.html @@ -34,8 +34,8 @@