From deb2a742edf2ddc741d71fa8a95471cbd4663a4a Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Mon, 28 Jun 2021 22:19:55 -0400 Subject: Update dictionary image link color (#1778) --- ext/data/structured-content-style.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/data') 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"] ] }, { -- cgit v1.2.3