mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-18 09:04:15 +00:00
limit link hover styles to articles
This commit is contained in:
@ -23,6 +23,10 @@
|
||||
text-indent: 0;
|
||||
}
|
||||
|
||||
.post a:hover {
|
||||
background: $highlight;
|
||||
}
|
||||
|
||||
.post dl,
|
||||
.post ul,
|
||||
.post ol {
|
||||
|
@ -55,10 +55,6 @@ a {
|
||||
color: $text-color;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
background: $highlight;
|
||||
}
|
||||
|
||||
a:focus {
|
||||
outline: 1px dashed $text-color;
|
||||
}
|
||||
|
@ -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