mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-22 10:21:06 +00:00
improve styling
This commit is contained in:
@ -55,6 +55,10 @@ a {
|
||||
color: $text-color;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
background: $highlight;
|
||||
}
|
||||
|
||||
a:focus {
|
||||
outline: 1px dashed $text-color;
|
||||
}
|
||||
@ -154,7 +158,7 @@ figcaption {
|
||||
transition: all .125s ease-in-out;
|
||||
&:hover,
|
||||
&:focus {
|
||||
background: darken($brand-color, 2.5%);
|
||||
background: lighten($brand-color, 2.5%);
|
||||
border-color: $text-color;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user