mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 10:56:46 -04:00
Correct outline color on header nav items
This commit is contained in:
parent
e6fc772e10
commit
601419e1ca
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ body > header > a:visited{
|
|||
}
|
||||
|
||||
body > header a:focus{
|
||||
outline: 1px dashed var(--input-outline);
|
||||
outline: 1px dashed #fff;
|
||||
}
|
||||
|
||||
body > header > a:hover{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue