mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
💄 style: center all table text
This commit is contained in:
parent
3dc3e49131
commit
85ccc081e4
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
table {
|
table {
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
justify-self: center;
|
text-align: center;
|
||||||
font: inherit;
|
font: inherit;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-style: hidden !important;
|
border-style: hidden !important;
|
||||||
|
@ -20,7 +20,6 @@ table td {
|
||||||
table thead tr {
|
table thead tr {
|
||||||
background-color: var(--primary-color);
|
background-color: var(--primary-color);
|
||||||
color: var(--hover-color);
|
color: var(--hover-color);
|
||||||
text-align: left;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table tbody tr:nth-child(even) {
|
table tbody tr:nth-child(even) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue