From 8c2c4caffae0ae2c0ab901c6ed4e8f6798722d94 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Thu, 23 Jan 2020 14:41:37 -0500 Subject: public/css/override: Override explore page --- public/css/override.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'public/css') diff --git a/public/css/override.css b/public/css/override.css index 1a1fb01..22faee2 100644 --- a/public/css/override.css +++ b/public/css/override.css @@ -74,5 +74,10 @@ a, .ui.breadcrumb a { color: #0366d6; } #repo-clone-https, #clipboard-btn { border-right-width: 0 !important; } -.button, .ui.basic.button, .ui.basic.buttons .button, .ui .sha.label { background: linear-gradient(-180deg, #fafbfc, #eff3f6 90%) !important; color: #444 !important; } +/* + * Explore Page + */ +.ui.menu.new-menu, .admin .new-menu, .explore .navbar { padding: 0.75rem 0 !important; } +.ui.secondary.pointing.menu .item { border: none !important; } +.ui.menu.new-menu { background-color: transparent !important; } -- cgit v1.2.3