From 6e400f8c1779fffaada5ded58a27b2eff5c9f752 Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Sat, 27 Jun 2020 15:01:53 +0200 Subject: [PATCH] Remove internal white borders --- templates/layout.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates/layout.html b/templates/layout.html index 922d69b..63ed4e3 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -125,10 +125,6 @@ border: 1px solid white; } - .root .list-item:not(:last-child) { - border: 1px solid white; - } - .line { display: flex; flex-direction: row;