Plume/assets/themes/default/_tables.scss
2024-12-19 20:23:43 +01:00

11 lines
156 B
SCSS

/* tables */
table, td, th, tr {
border: 1px dotted $lightpurple;
}
table {
border-collapse: collapse;
}
tr:nth-child(even){background-color: $gray;}