From a0a391d9c8adda39091625b69ae1521d4219cfe5 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Fri, 24 Jan 2020 00:26:07 -0500 Subject: public/css/override: Compact table Change table header color --- public/css/override.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/css/override.css b/public/css/override.css index d02c235..d0e75ed 100644 --- a/public/css/override.css +++ b/public/css/override.css @@ -57,8 +57,10 @@ a, .ui.breadcrumb a { color: #0366d6; } .ui.label { color: #145180; font-weight: 400; font-size: 0.9rem !important; } .ui.breadcrumb .divider { font-weight: 700; color: #000; } +.ui.table td { padding: 0.57145rem; } .ui.tabular.menu .item { color: #444; } .ui.tabular.menu .active.item { border-top-width: 2px; font-weight: 400; } +.ui.attached.header { background: #f9fafb; } .repo-title .divider { margin: 0; } .repo-topics, .ui.repo-description { display: none !important; } -- cgit v1.2.3