From 54db5bfdcc7014dd10919c73888fbdb4be66dc31 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Fri, 24 Jan 2020 01:12:58 -0500 Subject: public/css/override: More compact UI buttons Use heavier font weight --- public/css/override.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/override.css b/public/css/override.css index 0b5b69c..5441b86 100644 --- a/public/css/override.css +++ b/public/css/override.css @@ -64,6 +64,7 @@ a, .ui.breadcrumb a { color: #0366d6; } .ui.tabular.menu .active.item { border-top-width: 2px; font-weight: 400; } .ui.attached.header { background: #f9fafb; } .ui.attached.header .right { margin-top: 0; } +.ui.compact.button, .ui.compact.buttons .button { padding: 0.5rem 1rem; font-weight: 700; } .repo-title .divider { margin: 0; } .repo-topics, .ui.repo-description { display: none !important; } -- cgit v1.2.3