Small detail in tables missing in the dark theme
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Halfdan Mouritzen 2024-02-28 15:39:32 +01:00
parent 4ef7f4e8b9
commit d473b44ce5
1 changed files with 4 additions and 0 deletions

View File

@ -49,4 +49,8 @@ html.dark article table tbody tr:nth-child(2n+1) {
html.dark article table tbody tr:nth-child(2n+1) td {
border-top: 1px solid var(--dark-dark);
border-bottom: 1px solid var(--dark-dark);
}
html.dark article table tbody tr:last-child td {
border-bottom: var(--half-space) solid var(--twilight);
}