From 3ba10aff084ab1182fcd1d77d7c9d5cd30fbd82a Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 21 Mar 2022 22:15:10 +0300 Subject: color badges green --- assets/css/common/fix_bootstrap.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'assets/css/common') 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
s and don't wrap the code inside. */
 pre {
-- 
cgit v1.2.3