Fix hover/focus inconsistencies

This commit is contained in:
Linus Groh
2019-12-13 18:40:14 +00:00
parent 9f522dd727
commit e7e6ea7dda
2 changed files with 2 additions and 2 deletions

View File

@@ -251,7 +251,7 @@ pre {
padding: 8px 15px;
&:hover {
background: rgba(0, 0, 0, 0.1);
background: rgba(0, 0, 0, 0.2);
}
}
}

View File

@@ -26,7 +26,7 @@
&:hover,
&:focus {
background: rgba(0, 0, 0, 0.1);
background: rgba(0, 0, 0, 0.2);
color: inherit;
}
}