nicer tables

This commit is contained in:
Stefan Bethke 2023-12-17 17:13:23 +01:00
parent fc27d06571
commit 197983ef07
2 changed files with 8 additions and 1 deletions

7
assets/sass/_custom.scss Normal file
View file

@ -0,0 +1,7 @@
table, th, td {
border: 1px solid;
}
th, td {
padding: 3px 6px;
font-variant-numeric: tabular-nums;
}