diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-06 09:31:13 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-06 09:31:13 +0200 |
commit | f72064b4b22a9f4f60c26235d552b410e84b2cfc (patch) | |
tree | a0b758bd0d169eb09da73e7b3cacd517a83e72fb | |
parent | Revert "sidebar: collapse "about" & "links"" (diff) | |
download | jekyll-theme-f72064b4b22a9f4f60c26235d552b410e84b2cfc.tar.gz jekyll-theme-f72064b4b22a9f4f60c26235d552b410e84b2cfc.zip |
css: add class .text-monospace
Diffstat (limited to '')
-rw-r--r-- | assets/css/jekyll-theme/fix_bootstrap.css | 6 |
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; +} |