Skip to content
Snippets Groups Projects
Commit 89e29732 authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

remove boldness from h3

parent 283b6cac
Branches
No related merge requests found
...@@ -92,6 +92,7 @@ h2 { ...@@ -92,6 +92,7 @@ h2 {
h3 { h3 {
font-size: medium; font-size: medium;
font-weight: normal;
color: var(--on-surface)!important; color: var(--on-surface)!important;
padding: 0 1% 0 1%; padding: 0 1% 0 1%;
} }
......
...@@ -85,7 +85,8 @@ h2 { ...@@ -85,7 +85,8 @@ h2 {
} }
h3 { h3 {
font-size: larger; font-size: medium;
font-weight: normal;
color: var(--on-surface)!important; color: var(--on-surface)!important;
margin: 5% 5% 0 0; margin: 5% 5% 0 0;
} }
......
...@@ -53,6 +53,7 @@ h2 { ...@@ -53,6 +53,7 @@ h2 {
h3 { h3 {
font-size: 15px; font-size: 15px;
font-weight: normal;
color: var(--on-surface)!important; color: var(--on-surface)!important;
padding: 0 1% 0 1%; padding: 0 1% 0 1%;
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment