revert 080cf8ed8a75f1da36c35064c370d824cb2cd478

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

Reviewed-on: #2
This commit is contained in:
aitzol 2024-12-19 22:37:31 +01:00
parent 080cf8ed8a
commit 124677f010
2 changed files with 0 additions and 11 deletions

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;}

View File

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