From fefc03605c76f2a0cdf8dfb4adbc004396fff201 Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 3 Mar 2021 13:14:53 +0000 Subject: [PATCH] Improves H2 letter spacing --- themes/doc-theme/static/css/doc-theme.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/doc-theme/static/css/doc-theme.css b/themes/doc-theme/static/css/doc-theme.css index 54e60df..b6f4847 100644 --- a/themes/doc-theme/static/css/doc-theme.css +++ b/themes/doc-theme/static/css/doc-theme.css @@ -52,9 +52,11 @@ nav#TableOfContents { h1, h2, h3, h4 { color: #1E1E3C; - letter-spacing: 0.1em; opacity: 0.9; } +h1, h3, h4 { + letter-spacing: 0.1em; +} h2 { font-family: 'Montserrat'; }