aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-01-23 14:41:37 -0500
committerThedro Neely <thedroneely@gmail.com>2020-01-23 14:41:37 -0500
commit8c2c4caffae0ae2c0ab901c6ed4e8f6798722d94 (patch)
tree28c184f06a4c503e086bb81cfb451fdbdce052a2 /public
parent21fd080ee875157be37c8afbe5c77ce498f70a5a (diff)
downloadgitea-templates-8c2c4caffae0ae2c0ab901c6ed4e8f6798722d94.tar.gz
gitea-templates-8c2c4caffae0ae2c0ab901c6ed4e8f6798722d94.tar.bz2
gitea-templates-8c2c4caffae0ae2c0ab901c6ed4e8f6798722d94.zip
public/css/override: Override explore page
Diffstat (limited to 'public')
-rw-r--r--public/css/override.css7
1 files changed, 6 insertions, 1 deletions
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; }