Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Orangemoon authored Jul 21, 2024
1 parent cffab70 commit 4759b9e
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,34 @@ button:active {
margin-left: 100%;
transform: translate(-100%,0px);
}

table {
border-color: var(--background-3);
border-style: solid;
border-width: 4px;
border-radius: 8px;
}

thead>tr>th {
border-bottom-width: 4px;
border-bottom-color: var(--background-3);
}

th {
border-color: var(--background-1);
border-style: solid;
border-width: 0px;
border-right-width: 4px;
}

th:last-child {
border-right-width: 0px;
}

tbody>tr>th {
border-bottom-width: 4px;
}

tbody>tr:last-child>th {
border-bottom-width: 0px;
}

0 comments on commit 4759b9e

Please sign in to comment.