mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2024-12-22 08:22:40 +00:00
Fix brand color change on focus
This commit is contained in:
parent
3c7a22296f
commit
dc630d6b36
@ -132,7 +132,7 @@ a {
|
|||||||
color: white;
|
color: white;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
&:hover {
|
&:hover, &:focus {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -76,7 +76,7 @@ a {
|
|||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
color: white;
|
color: white;
|
||||||
text-decoration: none; }
|
text-decoration: none; }
|
||||||
.mg-brand:hover {
|
.mg-brand:hover, .mg-brand:focus {
|
||||||
color: white; }
|
color: white; }
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.mg-brand {
|
.mg-brand {
|
||||||
|
Loading…
Reference in New Issue
Block a user