Set table borders to 1px

This commit is contained in:
Edgar P. Burkhart 2023-12-30 09:17:47 +01:00
parent 17fe61c9c0
commit 68ff2ae8ad
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ table {
border-collapse: collapse; border-collapse: collapse;
} }
table.more tbody:last-child tr:last-child { table.more tbody:last-child tr:last-child {
border-bottom: 0.1rem dashed var(--gray); border-bottom: 1px dashed var(--gray);
} }
table.full-width { table.full-width {
width: 100%; width: 100%;
@ -21,7 +21,7 @@ table col.icon {
width: 1ch; width: 1ch;
} }
tr { tr {
border: 0.1rem solid var(--gray); border: 1px solid var(--gray);
height: 2rem; height: 2rem;
line-height: 2rem; line-height: 2rem;
} }