tables-style #5

Merged
aitzol merged 2 commits from tables-style into main 2024-12-19 21:54:00 +00:00
2 changed files with 11 additions and 0 deletions
Showing only changes of commit d06b08786c - Show all commits
+10
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;}
+1
View File
@@ -12,3 +12,4 @@
@import "header";
@import "article";
@import "forms";
@import "tables"