fix: eliminate blue border in iOS browers (#207)

This commit is contained in:
藍々
2024-10-26 21:33:44 +08:00
committed by GitHub
parent 00aa50ad5b
commit 2db5938beb

View File

@@ -207,6 +207,9 @@
#sidebar {
animation-delay: 100ms
}
#swup-container {
outline: none;
}
#content-wrapper {
animation-delay: var(--content-delay);
}