1
0
Fork 0

Add space between links in a table.

This commit is contained in:
Alexander Andreev 2023-08-12 23:58:13 +04:00
parent 16ae8d4dca
commit b63d5e1ac0
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 2 additions and 0 deletions

View File

@ -85,6 +85,8 @@ tr :is(th, td) {
tr :is(th, td):not(:last-child) { padding-right: .5rem; }
tr a:not(:last-child) { margin-right: .25rem; }
.highlighted { color: var(--primary-color); }
html {