CSS improvements.

main
BurnyLlama 2022-08-13 10:25:44 +02:00
parent 2324ad3914
commit ec56c7b9f5
1 changed files with 11 additions and 1 deletions

View File

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