Added link underlink
This commit is contained in:
@@ -8,6 +8,7 @@ You can see Moonwalk live by visting its [demo site](https://arkhamcookie.github
|
|||||||
|
|
||||||
- **Vertical Card Lists** support
|
- **Vertical Card Lists** support
|
||||||
- Disabling **target** style
|
- Disabling **target** style
|
||||||
|
- Enabling **link underline** on hover
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
*:target {
|
*:target {
|
||||||
background-color: inherit !important;
|
background-color: inherit !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
text-decoration: underline !important;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user