Fix logo background on click

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2019-10-11 15:07:34 +02:00
parent 4499fb2f31
commit 6bd0fc15ac
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 4 additions and 0 deletions

View File

@ -188,5 +188,9 @@ nav {
.navbar-item.has-dropdown a.navbar-link figure {
margin-right: 0.75rem;
}
a.navbar-item:focus-within {
background-color: inherit;
}
}
</style>