diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2021-09-15 20:10:48 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2021-11-18 14:46:42 +0100 |
commit | d18cfce3cbd17e8e033eaee301e46239bf31c6bf (patch) | |
tree | 7c22f31e300450a1920e75896b29d16a4064467d /theme/custom | |
parent | 7a7e03700c76c59f2027ae848be497f6a2d484ca (diff) |
Added tengwar transcriptor
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); |