=== AddonLogic Link Underline Enforcer ===
Contributors: snehalpancholi
Tags: accessibility, links, underline, readability
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.1
Stable tag: 1.0.0
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Force underlines on in-content links for better readability and accessibility compliance.

== Description ==

Many modern themes remove link underlines to look cleaner, but this hurts readability and fails WCAG 2.1 Success Criterion 1.4.1 (use of color). AddonLogic Link Underline Enforcer lets you inject scoped CSS that forces underlines on links inside your chosen content selectors — without touching navigation, buttons, or any element you exclude.

**Features:**

* Configure the CSS scope selector (e.g. `.entry-content, article`)
* Choose underline style: solid, dashed, dotted, or wavy
* Set underline color (or inherit from theme)
* Control underline thickness and offset
* Exclude navigation links and button-style links

== Installation ==

1. Upload the `link-underline-enforcer` folder to `/wp-content/plugins/`.
2. Activate via **Plugins → Installed Plugins**.
3. Go to **Settings → Link Underlines** to configure.

== Changelog ==

= 1.0.0 =
* Initial release.
