💄 style: center all table text

main
welpo 2 years ago
parent 3dc3e49131
commit 85ccc081e4
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

@ -1,7 +1,7 @@
table {
border-spacing: 0;
border-collapse: collapse;
justify-self: center;
text-align: center;
font: inherit;
overflow: hidden;
border-style: hidden !important;
@ -20,7 +20,6 @@ table td {
table thead tr {
background-color: var(--primary-color);
color: var(--hover-color);
text-align: left;
}
table tbody tr:nth-child(even) {

Loading…
Cancel
Save