Skip to content
Snippets Groups Projects
Commit 639543c3 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Lower h2 weight (VPU/Apps/Signature#2)

parent 1058fb86
Branches
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment