From e6af3f796ba17f41a6aae3073bcf048a0e4896a4 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Wed, 10 Aug 2022 00:11:56 -0400 Subject: [PATCH] Remove 1 pixel gap below repository tabs --- css/theme-martian.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/theme-martian.css b/css/theme-martian.css index 1b05775..a32e5b3 100644 --- a/css/theme-martian.css +++ b/css/theme-martian.css @@ -170,6 +170,10 @@ border-top-color: transparent; } +.repository .header-wrapper .ui.tabs.divider { + border: none; +} + .following.bar.light { background: hsl(0, 20%, 13%); border-color: hsl(0, 20%, 16%);