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;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
main {
|
||||||
|
p, code, ul, ol {
|
||||||
|
font-size: 1.3rem;
|
||||||
|
line-height: 2rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
background-color: rgba(0, 0, 0, 0.5);
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
Loading…
Reference in a new issue