style: add hover styles to focus
This commit is contained in:
parent
f1c9fa5622
commit
1a61aeade0
5 changed files with 27 additions and 18 deletions
|
@ -4,10 +4,10 @@
|
|||
grid-gap: 0;
|
||||
grid-template-columns: 1fr;
|
||||
grid-template-rows: auto auto auto auto;
|
||||
grid-template-areas:
|
||||
"header-title"
|
||||
"header-tagline"
|
||||
"header-icons"
|
||||
grid-template-areas:
|
||||
"header-title"
|
||||
"header-tagline"
|
||||
"header-icons"
|
||||
"header-nav";
|
||||
inset-block-start: 0;
|
||||
inset-inline-start: 0;
|
||||
|
@ -66,7 +66,8 @@
|
|||
padding: 0.4em;
|
||||
background-color: inherit;
|
||||
|
||||
&:hover {
|
||||
&:hover,
|
||||
&:focus {
|
||||
background-color: #ffffd0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue