hackertours/assets/sass/_custom.scss
2023-12-17 17:13:23 +01:00

7 lines
115 B
SCSS

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