mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-25 06:47:16 +00:00
feat(core): underline content links on hover and focus (#659)
* Update elements.less * Update elements.less * Update content.less * Update elements.less * Update elements.less --------- Co-authored-by: alistair3149 <alistair3149@users.noreply.github.com>
This commit is contained in:
parent
5737125f02
commit
90d69720f6
|
@ -16,3 +16,10 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.mw-body-content a {
|
||||
&:hover,
|
||||
&:focus {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue