Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Add background for Organisation Header and Contributor Box (#2)
Browse files Browse the repository at this point in the history
* Silver background for Organisation Header and contributor box

* Organisation header matched with repo header
  • Loading branch information
farhansalam authored and cquanu committed Jun 1, 2016
1 parent 8b84235 commit 35df9b8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions github-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@ p {
.text-gray {
color: #fff !important;
}

.org-header {
background-color: #333;
}
/* Octofication */

.octofication .broadcast-icon-mask {
Expand Down Expand Up @@ -435,6 +439,10 @@ table.files tr.navigation-focus td {
.blob-code-inner {
color: #fff;
}

.simple-box {
background-color: #333;
}
/* Add Files Branch Name */

.branch-name {
Expand Down

0 comments on commit 35df9b8

Please sign in to comment.