make main content more readable

This commit is contained in:
anna 2021-02-11 21:56:49 +01:00
parent 7c6bffb832
commit 97b65017d0
Signed by: fef
GPG key ID: EC22E476DC2D3D84

View file

@ -53,6 +53,13 @@ p, code, ul, ol {
font-weight: 400;
}
main {
p, code, ul, ol {
font-size: 1.3rem;
line-height: 2rem;
}
}
code {
background-color: rgba(0, 0, 0, 0.5);
border-radius: 4px;