From b51cd7fa3d160408e414fbff42d6a7be75fc0fe1 Mon Sep 17 00:00:00 2001 From: Jack Hsu Date: Mon, 14 Jun 2021 11:45:58 -0400 Subject: [PATCH] docs(core): fix headers style in document pages (#6006) --- nx-dev/nx-dev/styles/main.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/nx-dev/nx-dev/styles/main.css b/nx-dev/nx-dev/styles/main.css index 32589c785e..a7ce271618 100644 --- a/nx-dev/nx-dev/styles/main.css +++ b/nx-dev/nx-dev/styles/main.css @@ -44,3 +44,12 @@ iframe[src*='youtube'] { color: inherit !important; border: 1px solid #e1e4e8; } + +/* + Headers + */ + +.prose h5, +.prose h6 { + font-weight: 600; +}