mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-14 10:04:56 +00:00
fix(core): 🐛 do not underline footer places links
This commit is contained in:
parent
73ff64f7da
commit
25169379a9
|
@ -87,6 +87,11 @@
|
|||
&:active {
|
||||
background-color: var( --background-color-quiet--active );
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue