From 6e1cb942f882d914374580894f26a3ddff6c1c76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Guibert?= Date: Wed, 11 Feb 2026 09:00:27 +0100 Subject: [PATCH] Added link underlink --- README.md | 1 + assets/css/override.css | 4 ++++ 2 files changed, 5 insertions(+) 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