cleanup basic css

This commit is contained in:
2023-06-15 15:03:05 +02:00
parent 0a62c93aa3
commit 0e6de56e3e
69 changed files with 459 additions and 3999 deletions
@@ -0,0 +1,14 @@
// .tablefield{
// border: 1px 1px 1px black;
// thead{
// box-shadow: 1px 0px 1px $black;
// }
// }
thead th {
border-bottom: 1px solid #333;
text-align: center;
font-weight: bold;
}