You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
345 B
20 lines
345 B
.customPageContent { |
|
font-size: 16px; |
|
line-height: 1.5em; |
|
margin: 0; |
|
padding: 0; |
|
|
|
color: var(--theme-text); |
|
background-color: var(--theme-background-secondary); |
|
padding: 0.175em 1em; |
|
|
|
hr { |
|
margin: 1.35em 0; |
|
border: 0; |
|
border-top: solid 1px var(--theme-text-secondary); |
|
} |
|
|
|
div.summary { |
|
font-size: 18px; |
|
} |
|
}
|
|
|