CSS improvements.

This commit is contained in:
BurnyLlama 2022-08-13 10:25:44 +02:00
parent 2324ad3914
commit ec56c7b9f5

View File

@ -82,6 +82,16 @@ b,
strong { strong {
font-family: 'Manrope SemiBold', sans-serif; font-family: 'Manrope SemiBold', sans-serif;
font-weight: bold; font-weight: bold;
font-size: inherit;
font-style: inherit;
}
i,
em {
font-family: inherit;
font-weight: inherit;
font-style: italic;
font-size: inherit;
} }
.centered { .centered {
@ -175,4 +185,4 @@ img {
margin: 1rem 5%; margin: 1rem 5%;
border-radius: .5rem; border-radius: .5rem;
box-shadow: 0 1rem 2rem var(--grey1); box-shadow: 0 1rem 2rem var(--grey1);
} }