From 7047fe16da843d649baac375e9674f238072d7d5 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sat, 6 Jan 2018 13:57:50 -0800 Subject: support posting code snippets --- public/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'public/css/style.css') diff --git a/public/css/style.css b/public/css/style.css index 4a2acff..6dcf682 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -202,6 +202,11 @@ body { margin-top: 20px; } + textarea.code-snippet { + font-size: 12px; + font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; + } + /** * nicer file upload -- cgit v1.2.3