mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-18 17:14:15 +00:00
limit link hover styles to articles
This commit is contained in:
@ -23,6 +23,10 @@
|
|||||||
text-indent: 0;
|
text-indent: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post a:hover {
|
||||||
|
background: $highlight;
|
||||||
|
}
|
||||||
|
|
||||||
.post dl,
|
.post dl,
|
||||||
.post ul,
|
.post ul,
|
||||||
.post ol {
|
.post ol {
|
||||||
|
@ -55,10 +55,6 @@ a {
|
|||||||
color: $text-color;
|
color: $text-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
|
||||||
background: $highlight;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:focus {
|
a:focus {
|
||||||
outline: 1px dashed $text-color;
|
outline: 1px dashed $text-color;
|
||||||
}
|
}
|
||||||
|
@ -13,6 +13,10 @@
|
|||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding: .25em;
|
padding: .25em;
|
||||||
|
&:hover,
|
||||||
|
&:focus {
|
||||||
|
background: $highlight;
|
||||||
|
}
|
||||||
@media (min-width: $on-tablet) {
|
@media (min-width: $on-tablet) {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
Reference in New Issue
Block a user