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
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,10 @@ export function getThemeCSS() { ...@@ -35,6 +35,10 @@ export function getThemeCSS() {
export function getGeneralCSS() { export function getGeneralCSS() {
// language=css // language=css
return css` return css`
h2 {
font-weight: 300;
}
code { code {
background-color: var(--vpu-light); background-color: var(--vpu-light);
color: var(--vpu-danger-bg-color); color: var(--vpu-danger-bg-color);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment