Browse Source

(feat) explore page fixes

Signed-off-by: Muthu Kumar <muthukumar@thefeathers.in>
master
Muthu Kumar 3 years ago
parent
commit
84fa99b224
Signed by: mkrhere GPG Key ID: 3FD688398897097E
  1. 18
      public/custom.css

18
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;

Loading…
Cancel
Save