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;