diff options
Diffstat (limited to 'theme/custom')
-rwxr-xr-x | theme/custom/custom.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/theme/custom/custom.css b/theme/custom/custom.css index c0df719..befa945 100755 --- a/theme/custom/custom.css +++ b/theme/custom/custom.css @@ -21,6 +21,11 @@ main article h1, main article h2 { color: #5e81ac; } +main { + font-size: 1.5em; + line-height: 1.5em; +} + body { color: var(--main-text-color); |