summaryrefslogtreecommitdiffstats
path: root/web_src/less/_explore.less
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2020-11-26 20:33:28 +0100
committerGitHub <noreply@github.com>2020-11-26 19:33:28 +0000
commitb2de034278560f0fec9fc0919f1b75fa005de25c (patch)
treeb44ed3733c1b45d47e8c90fceb91758fabfb788f /web_src/less/_explore.less
parent03fa2eccbc6dcdaa08497201113af5f6c2ff6e6b (diff)
downloadgitea-b2de034278560f0fec9fc0919f1b75fa005de25c.tar.gz
gitea-b2de034278560f0fec9fc0919f1b75fa005de25c.zip
CSS navbar and color tweaks (#13609)
* CSS and color tweaks - Unify navbar-style menus - Fix admin bar overlapping menu bar - Fixes file edit comment box - Fix double border on review box - Fix review timeline icons * Many fixes to new-menu and navbar layout enhancements * misc settings fixes * navbar tweak * fix pr tabs * branch tag and arc color tweaks
Diffstat (limited to 'web_src/less/_explore.less')
-rw-r--r--web_src/less/_explore.less5
1 files changed, 1 insertions, 4 deletions
diff --git a/web_src/less/_explore.less b/web_src/less/_explore.less
index fcdb655eb0..90853d2464 100644
--- a/web_src/less/_explore.less
+++ b/web_src/less/_explore.less
@@ -1,12 +1,9 @@
.explore {
- padding-top: 15px;
-
.navbar {
justify-content: center;
padding-top: 15px !important;
- margin-top: -15px !important;
margin-bottom: 15px !important;
- background-color: #fafafa !important;
+ background-color: var(--color-navbar) !important;
border-width: 1px !important;
.svg {