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;
width: 100%;
height: 100%;
border-collapse: collapse;
outline: 1px solid var(--border);
border-radius: 2px;
border: 1px solid var(--border);
border-radius: 5px;
border-spacing: 0px;
background-color: var(--primary);
}
th {
border-bottom: 1px solid var(--border);
}
td,
th {
padding: 0.4rem;