From c859d2984f6cc7687291a6f1cb7150eae5d7c1ff Mon Sep 17 00:00:00 2001 From: g2384 Date: Sat, 16 Mar 2019 21:26:25 +0000 Subject: [PATCH] update format --- index.html | 3 --- style.css | 6 +++++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 007644b..de1249c 100644 --- a/index.html +++ b/index.html @@ -65,9 +65,6 @@ -
  • - Release notes -
  • Report 🐞 bug diff --git a/style.css b/style.css index 28fd709..7009059 100644 --- a/style.css +++ b/style.css @@ -5,11 +5,15 @@ body { font-family: arial, sans-serif; } +pre, code, textarea { + font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; +} + textarea { width: 100%; padding: 3px; resize: vertical; - font-family: 'Consolas', Courier, monospace; + min-height: 100px; } input[type="text"] {