Compare commits

..

2 Commits

Author SHA1 Message Date
080cf8ed8a Merge pull request 'tables style' (#2) from tables-style into main
Reviewed-on: #2
2024-12-19 20:28:04 +01:00
d06b08786c tables style 2024-12-19 20:23:43 +01:00
2 changed files with 11 additions and 0 deletions

View File

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

View File

@ -12,3 +12,4 @@
@import "header";
@import "article";
@import "forms";
@import "tables"