From e942774f3085d3b44e8c96c024a920015e882e09 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Tue, 30 Nov 2021 06:12:32 -0500 Subject: using monospace font for ul.no-bullets class --- css/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'css') diff --git a/css/style.css b/css/style.css index 1fd16f4..b1f9099 100644 --- a/css/style.css +++ b/css/style.css @@ -139,6 +139,7 @@ button { ul.no-bullets { list-style-type: none; + font-family: monospace; } /* SimpleMDE Theme Dark v0.0.0 https://github.com/xcatliu/simplemde-theme-dark#readme */ -- cgit v1.2.3