Added link underlink

This commit is contained in:
Loïc Guibert
2026-02-11 09:00:27 +01:00
parent 2f9bd81b24
commit 6e1cb942f8
2 changed files with 5 additions and 0 deletions

View File

@@ -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

View File

@@ -1,3 +1,7 @@
*:target {
background-color: inherit !important;
}
a:hover {
text-decoration: underline !important;
}