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; +}