Plume/assets/themes/default/_tables.scss

11 lines
156 B
SCSS
Raw Normal View History

2024-12-19 20:23:43 +01:00
/* tables */
table, td, th, tr {
border: 1px dotted $lightpurple;
}
table {
border-collapse: collapse;
}
tr:nth-child(even){background-color: $gray;}