aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/jekyll-theme/fix_bootstrap.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/jekyll-theme/fix_bootstrap.css b/assets/css/jekyll-theme/fix_bootstrap.css
index a6b09f5..3377b75 100644
--- a/assets/css/jekyll-theme/fix_bootstrap.css
+++ b/assets/css/jekyll-theme/fix_bootstrap.css
@@ -53,3 +53,9 @@ pre {
cursor: auto !important;
user-select: none;
}
+
+/* This is copied from Bootstrap's code.
+ * This class should be available natively for Bootstrap 4 and newer. */
+.text-monospace {
+ font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
+}