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
|
||||
- Disabling **target** style
|
||||
- Enabling **link underline** on hover
|
||||
|
||||
## Contributing
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
*:target {
|
||||
background-color: inherit !important;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
Reference in New Issue
Block a user