diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-21 22:15:10 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-21 22:15:10 +0300 |
commit | 3ba10aff084ab1182fcd1d77d7c9d5cd30fbd82a (patch) | |
tree | 899264fe07a161fd31cc968d159534ea899994a6 | |
parent | index.html: reword links (diff) | |
download | jekyll-theme-3ba10aff084ab1182fcd1d77d7c9d5cd30fbd82a.tar.gz jekyll-theme-3ba10aff084ab1182fcd1d77d7c9d5cd30fbd82a.zip |
color badges green
-rw-r--r-- | assets/css/common/fix_bootstrap.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/assets/css/common/fix_bootstrap.css b/assets/css/common/fix_bootstrap.css index 91f7941..ab7912e 100644 --- a/assets/css/common/fix_bootstrap.css +++ b/assets/css/common/fix_bootstrap.css @@ -7,9 +7,13 @@ h5 a, h6 a { color: inherit; } -/* Link captions might become too close to badges on the sidebar. */ 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 { |