forked from rDrama/rDrama
1
0
Fork 0

switch table border to bottom

master
Aevann 2024-02-18 19:49:41 +02:00
parent 5b0ecfb144
commit 9e94febb3b
1 changed files with 2 additions and 5 deletions

View File

@ -661,8 +661,8 @@ table {
}
table th, table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid var(--gray-400);
vertical-align: middle;
border-bottom: 1px solid var(--gray-400);
}
table thead th {
vertical-align: bottom;
@ -6718,9 +6718,6 @@ div.markdown {
display: none !important;
}
}
table th, table td {
vertical-align: middle;
}
.directory--link:focus, .directory--link:active, .directory--link:hover {
border: 1px solid var(--primary);