fix for weird border on icon on startup

This commit is contained in:
Gordon Pedersen 2024-07-25 13:28:17 +10:00
parent a25df4368e
commit 04a5641650

View file

@ -49,6 +49,10 @@ img {
max-inline-size: 10rem
}
:is(h1,h2,h3,h4,h5,h6):is(:focus-visible) {
outline:none;
}
#bio :is(h1,h2,h3,h4,h5,h6) {
text-align: center;
display: block