fix: amelioration tableaux

This commit is contained in:
Kazhnuz 2024-10-12 15:29:33 +02:00
parent 0544d9412b
commit 0a3dd738d7

View file

@ -428,3 +428,23 @@ hgroup h1 img {
image-rendering: pixelated; image-rendering: pixelated;
filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.4)); filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.4));
} }
table {
border-collapse: separate;
width:100%;
border:0;
border-spacing: 3px;
}
table.centered th, table.centered td {
text-align: center;
}
tr, th, td {
border:0;
}
th, td {
background-color: rgba(0,0,0,0.05);
padding:.33rem .66rem;
}