fix for weird border on icon on startup
This commit is contained in:
parent
a25df4368e
commit
04a5641650
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue