aboutsummaryrefslogtreecommitdiff
path: root/ext/mixed/css/display.css
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-03-28 12:31:41 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-03-28 12:31:41 -0400
commit2c4983da46c076298532f6357c594d81d4676eee (patch)
tree54fc37803f9924b5b2547e6ffa60fd423a17894e /ext/mixed/css/display.css
parent431473d55c8b429370ae93aeb918455729dc7fc9 (diff)
Update styles
Diffstat (limited to 'ext/mixed/css/display.css')
-rw-r--r--ext/mixed/css/display.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css
index 1e385abb..aeb88a1a 100644
--- a/ext/mixed/css/display.css
+++ b/ext/mixed/css/display.css
@@ -441,6 +441,17 @@ button.action-button {
* Pitch accent styles
*/
+.entry[data-pitch-accent-count='0'] .term-pitch-accent-container {
+ display: none;
+}
+
+.term-pitch-accent-container {
+ border-bottom-width: 0.05714285714285714em; /* 14px * 1.25em => 1px */
+ border-bottom-style: solid;
+ padding-bottom: 0.25em;
+ margin-bottom: 0.25em;
+}
+
.term-pitch-accent-group-list {
margin: 0;
padding: 0;