Tweak focus outline on masthead

This commit is contained in:
Alex Cabal 2022-02-10 11:33:34 -06:00
parent 0a93c49df7
commit 5b65971c79

View file

@ -1828,6 +1828,14 @@ main.ebooks nav ol li.highlighted:nth-last-child(2)::after{
box-sizing: content-box;
}
.masthead ol.corporate a:focus{
outline: none;
}
.masthead ol.corporate a:focus p{
outline: 1px dashed var(--input-outline);
}
.masthead ol.donors.corporate{
display: flex;
justify-content: center;