diff options
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 { |