diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-22 21:19:53 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-22 21:19:53 +0300 |
commit | 5b06184881d76324ebd195f72e69b8a501d73927 (patch) | |
tree | e19c2a81ad99c2b9ec8ab61908ac17e801a34c73 /assets/css | |
parent | css: disable (?) fucking font boosting (diff) | |
download | jekyll-theme-5b06184881d76324ebd195f72e69b8a501d73927.tar.gz jekyll-theme-5b06184881d76324ebd195f72e69b8a501d73927.zip |
bootstrap: boost font to 16px
Also, color the badges in the config.
Diffstat (limited to '')
-rw-r--r-- | assets/css/jekyll-theme/fix_bootstrap.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/assets/css/jekyll-theme/fix_bootstrap.css b/assets/css/jekyll-theme/fix_bootstrap.css index e6a0d4a..64b0916 100644 --- a/assets/css/jekyll-theme/fix_bootstrap.css +++ b/assets/css/jekyll-theme/fix_bootstrap.css @@ -10,10 +10,6 @@ h6 a { span.badge { /* Link captions might become too close to badges on the sidebar. */ margin-left: .5em; - /* Color badges in the color of grass. - * TODO: research if this can be set in the config or factor it out into a - * variable. */ - background-color: #008567; } /* Add horizontal scrollbars to <pre>s and don't wrap the code inside. */ pre { |