updated border style on tables

This commit is contained in:
Frederik Palmø 2022-04-07 06:38:57 +02:00
parent 70382ec02a
commit 117a71018e

View File

@ -179,14 +179,17 @@ table {
text-align: center; text-align: center;
width: 100%; width: 100%;
height: 100%; height: 100%;
border-collapse: collapse; border: 1px solid var(--border);
border-radius: 5px;
outline: 1px solid var(--border); border-spacing: 0px;
border-radius: 2px;
background-color: var(--primary); background-color: var(--primary);
} }
th {
border-bottom: 1px solid var(--border);
}
td, td,
th { th {
padding: 0.4rem; padding: 0.4rem;