aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/assets/css/common/fix_bootstrap.css
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-21 22:15:10 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-21 22:15:10 +0300
commit3ba10aff084ab1182fcd1d77d7c9d5cd30fbd82a (patch)
tree899264fe07a161fd31cc968d159534ea899994a6 /assets/css/common/fix_bootstrap.css
parentindex.html: reword links (diff)
downloadjekyll-theme-3ba10aff084ab1182fcd1d77d7c9d5cd30fbd82a.tar.gz
jekyll-theme-3ba10aff084ab1182fcd1d77d7c9d5cd30fbd82a.zip
color badges green
Diffstat (limited to 'assets/css/common/fix_bootstrap.css')
-rw-r--r--assets/css/common/fix_bootstrap.css6
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 {