Small detail in tables missing in the dark theme
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4ef7f4e8b9
commit
d473b44ce5
|
@ -50,3 +50,7 @@ html.dark article table tbody tr:nth-child(2n+1) td {
|
||||||
border-top: 1px solid var(--dark-dark);
|
border-top: 1px solid var(--dark-dark);
|
||||||
border-bottom: 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);
|
||||||
|
}
|
Loading…
Reference in a new issue