diff options
author | Alex Auvolat <alex@adnab.me> | 2023-11-26 19:06:22 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-11-26 19:06:22 +0100 |
commit | b15723f33b486124a50408873d30998bb9d31b3b (patch) | |
tree | 733f1b9bb56c6f832ac11703a7c82975db891647 /static | |
parent | 4b20865335f14d086e5733fd2bd62acf22434e04 (diff) | |
download | datagengo-b15723f33b486124a50408873d30998bb9d31b3b.tar.gz datagengo-b15723f33b486124a50408873d30998bb9d31b3b.zip |
larger font for extra examples text
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 047624e..4c066d9 100644 --- a/static/style.css +++ b/static/style.css @@ -92,6 +92,10 @@ details .chars { font-size: 1.2em; } +.tab_large2 { + font-size: 1.5em; +} + .font_ja { font-family: 'MS PGothic', Osaka, Arial, sans-serif; } |