mirror of
https://github.com/standardebooks/web.git
synced 2025-07-12 09:32:24 -04:00
Tweak focus outline on masthead
This commit is contained in:
parent
0a93c49df7
commit
5b65971c79
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue