forked from rDrama/rDrama
1
0
Fork 0

add border-top too

master
Aevann 2024-02-20 16:20:12 +02:00
parent c54b112012
commit 30f4a68868
1 changed files with 1 additions and 0 deletions

View File

@ -662,6 +662,7 @@ table {
table th, table td {
padding: 0.75rem;
vertical-align: middle;
border-top: 1px solid var(--gray-400);
border-bottom: 1px solid var(--gray-400);
}
table thead th {