diff --git a/packages/common/styles.js b/packages/common/styles.js index 4ecc19941f6c1dc287782f3ff985db22d90c04f7..4d7e1910f0c10b80926781f6c902d0810247102e 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);