|
@ -120,6 +120,24 @@ body .full.height { |
|
|
color: var(--color-text-light-3) !important; |
|
|
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 { |
|
|
.repo-title a { |
|
|
font-weight: 600; |
|
|
font-weight: 600; |
|
|
color: var(--clr-repo-title) !important; |
|
|
color: var(--clr-repo-title) !important; |
|
|