From 84fa99b2246ce4c57d61aa398c768b89954b23c9 Mon Sep 17 00:00:00 2001 From: Muthu Kumar Date: Sat, 15 May 2021 16:23:21 +0530 Subject: [PATCH] (feat) explore page fixes Signed-off-by: Muthu Kumar --- public/custom.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/public/custom.css b/public/custom.css index 12c070a..0b75faf 100644 --- a/public/custom.css +++ b/public/custom.css @@ -120,6 +120,24 @@ body .full.height { color: var(--color-text-light-3) !important; } +#notification_table { + border: none; + background: var(--clr-dark-base); +} + +#notification_div .active.item { + background: var(--clr-dark-base); +} + +.explore .ui.divider { + margin: 3rem 0; + border: none !important; +} + +.explore .navbar { + margin-bottom: 3rem !important; +} + .repo-title a { font-weight: 600; color: var(--clr-repo-title) !important;