Skip to content

Commit 1336553

Browse files
committed
Display: Set info color to anchors in wysiwyg content - refs BT#21580
1 parent dea646a commit 1336553

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

assets/css/legacy/frameReadyLoader.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,10 @@ body {
5050
prose-h5:text-h5
5151
prose-h6:text-h6
5252
prose-img:inline-block prose-img:my-2
53-
;
53+
prose-a:text-info
54+
;
55+
56+
> * {
57+
@apply my-0;
58+
}
5459
}

0 commit comments

Comments
 (0)