css: table headers

This commit is contained in:
He4eT 2025-05-01 00:27:29 +02:00
commit 6c1cfb834d

View file

@ -128,6 +128,10 @@ table {
width: 100%;
}
thead {
border-block-end: calc(0.5 * var(--step)) solid var(--color-fg);
}
th, td {
text-align: start;
border-block-end: calc(0.25 * var(--step)) solid;