aboutsummaryrefslogtreecommitdiff
path: root/ext/data/structured-content-style.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-06-28 22:19:55 -0400
committerGitHub <noreply@github.com>2021-06-28 22:19:55 -0400
commitdeb2a742edf2ddc741d71fa8a95471cbd4663a4a (patch)
tree6f9b9513e4928d06d4f1e97224ebad4332b069c6 /ext/data/structured-content-style.json
parent1f1a958a71b44e5c6e0dbc0742e007fa5abeca29 (diff)
Update dictionary image link color (#1778)
Diffstat (limited to 'ext/data/structured-content-style.json')
-rw-r--r--ext/data/structured-content-style.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/data/structured-content-style.json b/ext/data/structured-content-style.json
index cae7ff9f..ae216abd 100644
--- a/ext/data/structured-content-style.json
+++ b/ext/data/structured-content-style.json
@@ -17,11 +17,11 @@
"selectors": [".gloss-image-link"],
"styles": [
["cursor", "inherit"],
- ["color", "inherit"],
["display", "inline-block"],
["position", "relative"],
["line-height", "1"],
- ["max-width", "100%"]
+ ["max-width", "100%"],
+ ["color", "inherit"]
]
},
{