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;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
&:hover, &:focus {
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
@ -76,7 +76,7 @@ a {
|
||||
padding-left: 0;
|
||||
color: white;
|
||||
text-decoration: none; }
|
||||
.mg-brand:hover {
|
||||
.mg-brand:hover, .mg-brand:focus {
|
||||
color: white; }
|
||||
@media (max-width: 767px) {
|
||||
.mg-brand {
|
||||
|
Loading…
Reference in New Issue
Block a user