update_theming

This commit is contained in:
2019-10-13 19:23:05 +02:00
parent 1fc0590e4b
commit 8d9a1543dc
5 changed files with 29 additions and 14 deletions
@@ -48,6 +48,15 @@ header{
p{
font-size: 1rem;
line-height: 1.2rem;
strong{
font-weight: bold!important;
}
a{
text-decoration: underline;
}
em{
font-style: italic;
}
}
}
}