Add space between links in a table.
This commit is contained in:
parent
16ae8d4dca
commit
b63d5e1ac0
@ -85,6 +85,8 @@ tr :is(th, td) {
|
|||||||
|
|
||||||
tr :is(th, td):not(:last-child) { padding-right: .5rem; }
|
tr :is(th, td):not(:last-child) { padding-right: .5rem; }
|
||||||
|
|
||||||
|
tr a:not(:last-child) { margin-right: .25rem; }
|
||||||
|
|
||||||
.highlighted { color: var(--primary-color); }
|
.highlighted { color: var(--primary-color); }
|
||||||
|
|
||||||
html {
|
html {
|
||||||
|
Loading…
Reference in New Issue
Block a user