Add borders
This commit is contained in:
parent
8cf48cfdf5
commit
de9b73ed3a
2 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
--theme-2: var(--theme);
|
--theme-2: var(--theme);
|
||||||
--theme-3: #802653;
|
--theme-3: #802653;
|
||||||
--theme-4: #cc6699;
|
--theme-4: #cc6699;
|
||||||
|
--gray: #dedede;
|
||||||
|
|
||||||
--text-theme: var(--text);
|
--text-theme: var(--text);
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
.plot col.icon {width: 1ch}
|
.plot col.icon {width: 1ch}
|
||||||
.plot tr {
|
.plot tr {
|
||||||
padding-bottom: .5rem;
|
padding-bottom: .5rem;
|
||||||
|
border: .1rem solid var(--gray);
|
||||||
}
|
}
|
||||||
.plot th {text-align: left}
|
.plot th {text-align: left}
|
||||||
.plot th.r {text-align: right}
|
.plot th.r {text-align: right}
|
||||||
|
|
Loading…
Reference in a new issue