aboutsummaryrefslogtreecommitdiffstats
path: root/css/style.css
diff options
context:
space:
mode:
authorBlista Kanjo2021-11-30 06:12:32 -0500
committerBlista Kanjo2021-11-30 06:12:32 -0500
commite942774f3085d3b44e8c96c024a920015e882e09 (patch)
treee38f81f7cbc40ceab0c7ac01e35717f8fe6f913b /css/style.css
parent4f04c0bcd0b52634b8a44a323dd9bb6d6842590c (diff)
using monospace font for ul.no-bullets class
Diffstat (limited to '')
-rw-r--r--css/style.css1
1 files changed, 1 insertions, 0 deletions
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 */