summaryrefslogtreecommitdiff
path: root/dev
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 /dev
parent1f1a958a71b44e5c6e0dbc0742e007fa5abeca29 (diff)
Update dictionary image link color (#1778)
Diffstat (limited to 'dev')
-rw-r--r--dev/data/structured-content-overrides.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/data/structured-content-overrides.css b/dev/data/structured-content-overrides.css
index 31873760..30df3bde 100644
--- a/dev/data/structured-content-overrides.css
+++ b/dev/data/structured-content-overrides.css
@@ -21,6 +21,12 @@
.gloss-image-link[data-background=true]>.gloss-image-container {
/* remove-property background-color */
}
+.gloss-image-link {
+ color: inherit;
+}
+.gloss-image-link:hover {
+ /* remove-rule */
+}
.gloss-image-container-overlay {
font-size: initial;
line-height: initial;