fix: eliminate blue border in iOS browers (#207)
This commit is contained in:
parent
00aa50ad5b
commit
2db5938beb
1 changed files with 3 additions and 0 deletions
|
|
@ -207,6 +207,9 @@
|
|||
#sidebar {
|
||||
animation-delay: 100ms
|
||||
}
|
||||
#swup-container {
|
||||
outline: none;
|
||||
}
|
||||
#content-wrapper {
|
||||
animation-delay: var(--content-delay);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue