We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77d84d commit 98f67cfCopy full SHA for 98f67cf
packages/core/ui/html-view/index.ios.ts
@@ -78,7 +78,7 @@ export class HtmlView extends HtmlViewBase {
78
htmlContent += `body {${bodyStyles.join('')}}`;
79
80
if (this.linkColor) {
81
- htmlContent += `a, a:link, a:visited { color: ${this.linkColor.hex}; }`;
+ htmlContent += `a, a:link, a:visited { color: ${this.linkColor.hex} !important; }`;
82
}
83
84
htmlContent += '</style>';
0 commit comments