Fix: Display font bold

This commit is contained in:
Aroy-Art 2023-02-27 21:07:48 +01:00
parent 2ede929ad1
commit 75e4a063c0
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -74,6 +74,13 @@ h6 {
p { p {
font-family: "Roboto Mono", sans-serif; font-family: "Roboto Mono", sans-serif;
font-weight: normal;
}
strong {
font-weight: strong;
font-size: 1.1rem;
color: darkturquoise;
} }
[scroll-behavior=smooth] { [scroll-behavior=smooth] {