/* Tag List */
section:has(option:checked) div{display:none;}
section:has(option[value~="all"]:checked) div{display:block;}
section:has(option[value~="me"]:checked) div[class~="tag-me"]{display:block;}
section:has(option[value~="art"]:checked) div[class~="tag-art"]{display:block;}
section:has(option[value~="webdev"]:checked) div[class~="tag-webdev"]{display:block;}
section:has(option[value~="misc"]:checked) div[class~="tag-misc"]{display:block;}
section:has(option[value~="indieweb"]:checked) div[class~="tag-indieweb"]{display:block;}
section:has(option[value~="gamedev"]:checked) div[class~="tag-gamedev"]{display:block;}


table.website-button-list tr td{
    padding: 0.4em 0.4em;
}
table.website-button-list tr td:first-of-type a:hover img{
    transform:scale(110%);
}
table.website-button-list tr td:first-of-type a{
    display: flex;
    text-align: center;
}
table.website-button-list tr td:first-of-type {
    width:88px;
    background-color: var(--bg-color4);
}