diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-04-11 14:23:49 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-04-18 21:32:35 -0400 |
commit | ac603d54a3a53bec2881199756f3dd6a1aa44057 (patch) | |
tree | de4560a6e468162ccfc01bc76c787f4218283f73 /ext/mixed/css/display-dark.css | |
parent | fd6ea0e404da2657f110599061af4034a524283a (diff) |
Add support for displaying images
Diffstat (limited to 'ext/mixed/css/display-dark.css')
-rw-r--r-- | ext/mixed/css/display-dark.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/mixed/css/display-dark.css b/ext/mixed/css/display-dark.css index e4549bbf..acfa2782 100644 --- a/ext/mixed/css/display-dark.css +++ b/ext/mixed/css/display-dark.css @@ -94,3 +94,10 @@ h2 { border-bottom-color: #2f2f2f; } #term-pitch-accent-graph-dot-downstep>circle:last-of-type { fill: #ffffff; } + +.term-glossary-image-container { + background-color: #2f2f2f; +} +.term-glossary-image-container-overlay { + color: #888888; +} |