| commit | c7a56bc320211d638fec528f82a3ffb060303a6c | [log] [tgz] |
|---|---|---|
| author | Jingwen Chen <jingwen@google.com> | Thu Feb 15 16:24:21 2018 -0800 |
| committer | Copybara-Service <copybara-piper@google.com> | Thu Feb 15 16:25:55 2018 -0800 |
| tree | 3261f3aebf984c8199e3fd27b714c641f8706cf3 | |
| parent | 9f0ca0a477e5b3d136878078f4ee1f25de1666aa [diff] |
Increase font-weight for h1-h6 elements in docs for better contrast See also https://github.com/bazelbuild/bazel-website/pull/97 The header elements are too thin, and difficult for the eyes to identify the start of a new section. Before:  After:  Closes #4641. PiperOrigin-RevId: 185920934
diff --git a/site/_sass/style.scss b/site/_sass/style.scss index 0f4db2c..9784b7e 100644 --- a/site/_sass/style.scss +++ b/site/_sass/style.scss
@@ -48,7 +48,7 @@ h5, h6 { color: $text-color; - font-weight: 300; + font-weight: 400; margin-top: 30px; margin-bottom: 15px; }