diff options
author | Alexis Hovorka <[email protected]> | 2022-10-25 12:31:33 -0600 |
---|---|---|
committer | Alexis Hovorka <[email protected]> | 2022-10-25 12:31:33 -0600 |
commit | abe43ca47608a5274085240e73597eda969fb829 (patch) | |
tree | 56535a645eb69c03aaac8df22e484e8e97781456 /static | |
parent | dcec9ed5b17235c0c9342d782c4add4e322badad (diff) |
[feat] Add furigana styling
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/static/style.css b/static/style.css index 1b81c96..0fbbc9e 100644 --- a/static/style.css +++ b/static/style.css @@ -156,15 +156,14 @@ p.post-date * { color: #999; } -[lang=jpn], [lang=jpn] * { - font-size: 17px; -} - [lang=jbo], [lang=jbo] * { font-family: "crisa", "Lato", sans-serif; font-size: 19px; } +[lang=jpn], [lang=jpn] * { font-size: 17px } +rt { font-size: 8px !important } + .header-anchor { float: left; display: inline-block; |