nicer tables
This commit is contained in:
parent
fc27d06571
commit
197983ef07
7
assets/sass/_custom.scss
Normal file
7
assets/sass/_custom.scss
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
table, th, td {
|
||||||
|
border: 1px solid;
|
||||||
|
}
|
||||||
|
th, td {
|
||||||
|
padding: 3px 6px;
|
||||||
|
font-variant-numeric: tabular-nums;
|
||||||
|
}
|
Loading…
Reference in a new issue