css rorschach theme

This commit is contained in:
2023-06-18 20:42:25 +02:00
parent 0e6de56e3e
commit 71b72cb231
26 changed files with 406 additions and 205 deletions
@@ -6,9 +6,22 @@
// }
// }
thead th {
border-bottom: 1px solid #333;
text-align: center;
font-weight: bold;
table{
border-collapse: collapse;
thead th{
border: 1px solid #333;
text-align: center;
font-weight: bold;
padding: 1rem;
}
tbody td {
border: 1px solid #333;
text-align: center;
padding: 1rem;
}
}