Skip to content

Commit

Permalink
Merge pull request #1 from mmiraldi/all_threads
Browse files Browse the repository at this point in the history
Top stripe color - attempt 01
  • Loading branch information
mmiraldi authored Mar 28, 2019
2 parents 8e5be75 + 810f68b commit 6826946
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion black.css
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,9 @@ li.active[class] span,
color: inherit !important;
}

#client_body::before, #client_body:not(.onboarding):before {
#client_body::before,
#client_body:not(.onboarding):before,
#client_body:not(.onboarding):not(.feature_global_nav_layout):before {
border-bottom: 1px solid var(--border-dim) !important;
background: var(--background);
box-shadow: none;
Expand Down

0 comments on commit 6826946

Please sign in to comment.