Add borders

This commit is contained in:
Edgar P. Burkhart 2023-04-18 09:38:07 +02:00
parent 8cf48cfdf5
commit de9b73ed3a
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
2 changed files with 2 additions and 0 deletions

View file

@ -11,6 +11,7 @@
--theme-2: var(--theme);
--theme-3: #802653;
--theme-4: #cc6699;
--gray: #dedede;
--text-theme: var(--text);

View file

@ -7,6 +7,7 @@
.plot col.icon {width: 1ch}
.plot tr {
padding-bottom: .5rem;
border: .1rem solid var(--gray);
}
.plot th {text-align: left}
.plot th.r {text-align: right}