mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-22 02:11:06 +00:00
limit link hover styles to articles
This commit is contained in:
@ -13,6 +13,10 @@
|
||||
flex-direction: column-reverse;
|
||||
text-decoration: none;
|
||||
padding: .25em;
|
||||
&:hover,
|
||||
&:focus {
|
||||
background: $highlight;
|
||||
}
|
||||
@media (min-width: $on-tablet) {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
Reference in New Issue
Block a user