social.tchncs.de is one of the many independent Mastodon servers you can use to participate in the fediverse.
A friendly server from Germany – which tends to attract techy people, but welcomes everybody. This is one of the oldest Mastodon instances.

Administered by:

Server stats:

3.8K
active users

ᵲηsηʀᶏ

@itsalrightiguess
tr td:nth-child(1) {
width: 100px;
word-wrap: break-word;
border-bottom: 1px solid var(--font);
}

@media (prefers-color-scheme: light) {
:root {
--font: #444;
}
}

@media (prefers-color-scheme: dark) {
:root {
--font: ;
}
}

Sorting tables is a little bit more difficult and requires the language made by the devil themself **JavaScript**; but this could work:
w3.org/WAI/ARIA/apg/patterns/t

Web Accessibility Initiative (WAI)Sortable Table ExampleBy W3C Web Accessibility Initiative (WAI)

@itsalrightiguess
the border-bottom part is so that you can tell the lines from one and another, if a cell has to much text inside and it has to use two lines.