From d473b44ce5c26047d14fa1bd89bed4232461058c Mon Sep 17 00:00:00 2001 From: Halfdan Mouritzen Date: Wed, 28 Feb 2024 15:39:32 +0100 Subject: [PATCH] Small detail in tables missing in the dark theme --- src/project/static/css/dark-style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/project/static/css/dark-style.css b/src/project/static/css/dark-style.css index 994d25a..2f75768 100644 --- a/src/project/static/css/dark-style.css +++ b/src/project/static/css/dark-style.css @@ -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); } \ No newline at end of file