mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

311K
active users

westbrook

@oldcoyote Looking good!

...except, the <baseline-status> adjusts for `prefers-color-scheme: dark` while your site doesn't leaving some users with the attached screen shot 😱

Also, have thought about distribution of :not(:defined) styles to prevent a little FOUC in your <my-popover> element, something like:

my-popover:not(:defined) [slot="popover-content"] {
display: none;
}

Depends on usage whether it's worth having, especially without a standard distribution mechanism.