From 639543c307ae3d0642c927998d4a03186962b1eb Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio@bekerle.com> Date: Tue, 7 Apr 2020 10:25:52 +0200 Subject: [PATCH] Lower h2 weight (VPU/Apps/Signature#2) --- packages/common/styles.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/common/styles.js b/packages/common/styles.js index 4ecc1994..4d7e1910 100644 --- a/packages/common/styles.js +++ b/packages/common/styles.js @@ -35,6 +35,10 @@ export function getThemeCSS() { export function getGeneralCSS() { // language=css return css` + h2 { + font-weight: 300; + } + code { background-color: var(--vpu-light); color: var(--vpu-danger-bg-color); -- GitLab