Skip to content

Commit e62dfe3

Browse files
removed: redundant style
1 parent 5c4b1d2 commit e62dfe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/layouts/settings.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ class="btn btn-outline-primary<?php echo 0 === $index ? ' disabled' : ''; ?>" <?
272272
'feedzy-rss-feeds'
273273
);
274274
?>
275-
<a href="<?php echo esc_url( $help_btn_url ); ?>" target="_blank" style="text-decoration: underline; color: #2271b1;">
275+
<a href="<?php echo esc_url( $help_btn_url ); ?>" target="_blank">
276276
<?php esc_html_e( 'Learn more about headers here.', 'feedzy-rss-feeds' ); ?>
277277
</a>
278278
</p>
@@ -301,7 +301,7 @@ class="form-control"
301301
</p>
302302
<p style="font-size: 14px">
303303
<?php esc_html_e( 'Use a proxy to bypass firewalls, geographic restrictions, or IP blocks from feed sources. This ensures you can reliably access restricted RSS feeds.', 'feedzy-rss-feeds' ); ?>
304-
<a href="<?php echo esc_url( $help_btn_url ); ?>" target="_blank" style="text-decoration: underline; color: #2271b1;">
304+
<a href="<?php echo esc_url( $help_btn_url ); ?>" target="_blank" >
305305
<?php esc_html_e( 'View proxy setup guide', 'feedzy-rss-feeds' ); ?>
306306
</a>
307307
</p>

0 commit comments

Comments
 (0)