make main content more readable
This commit is contained in:
parent
7c6bffb832
commit
97b65017d0
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue