fix: improve link focus styles

This commit is contained in:
Oliver Davies 2021-10-05 12:00:00 +01:00
parent 2049d3cab5
commit 27c5ea4c16
3 changed files with 9 additions and 8 deletions

View file

@ -18,4 +18,9 @@
iframe {
@apply w-full;
}
a:focus {
@apply outline-black dark:outline-white;
outline-offset: 2px !important;
}
}