diff --git a/README.md b/README.md index 1d36393..add366d 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ You can see Moonwalk live by visting its [demo site](https://arkhamcookie.github - **Vertical Card Lists** support - Disabling **target** style +- Enabling **link underline** on hover ## Contributing diff --git a/assets/css/override.css b/assets/css/override.css index d3d1e49..0afa273 100644 --- a/assets/css/override.css +++ b/assets/css/override.css @@ -1,3 +1,7 @@ *:target { background-color: inherit !important; +} + +a:hover { + text-decoration: underline !important; } \ No newline at end of file