diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-03-01 14:15:28 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-03-28 10:25:57 -0400 |
commit | 97a520cc1595369dc18ddcf74ab7f0ba4e03f55b (patch) | |
tree | 9ee58cba18c0e4f60571ab6266a91b3458633a3e /ext/mixed/css/display-default.css | |
parent | 2d7214ce60ef55b0d3d6e98b86f41b4e9fce5c48 (diff) |
Add support for displaying pitch accents
Diffstat (limited to 'ext/mixed/css/display-default.css')
-rw-r--r-- | ext/mixed/css/display-default.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ext/mixed/css/display-default.css b/ext/mixed/css/display-default.css index e43e3742..81623ebc 100644 --- a/ext/mixed/css/display-default.css +++ b/ext/mixed/css/display-default.css @@ -59,12 +59,14 @@ h2 { border-bottom-color: #eeeeee; } color: #999999; } -.term-definition-container, -.kanji-glossary-container { +.term-definition-list, +.term-pitch-accent-group-list, +.kanji-glossary-list { color: #777777; } .term-glossary, +.term-pitch-accent, .kanji-glossary { color: #000000; } @@ -74,3 +76,5 @@ h2 { border-bottom-color: #eeeeee; } background-color: #333333; color: #ffffff; } + +.term-pitch-accent-character:before { border-color: #000000; } |