revert Merge pull request 'tables style' (#2) from tables-style into main

Reviewed-on: #2
This commit is contained in:
2024-12-19 22:37:31 +01:00
parent 080cf8ed8a
commit 124677f010
2 changed files with 0 additions and 11 deletions
-10
View File
@@ -1,10 +0,0 @@
/* tables */
table, td, th, tr {
border: 1px dotted $lightpurple;
}
table {
border-collapse: collapse;
}
tr:nth-child(even){background-color: $gray;}
-1
View File
@@ -12,4 +12,3 @@
@import "header";
@import "article";
@import "forms";
@import "tables"