Skip to content
This repository has been archived by the owner on Mar 9, 2020. It is now read-only.

Commit

Permalink
Fixing color and staging on Related Content Box
Browse files Browse the repository at this point in the history
  • Loading branch information
jimtrue committed Jul 29, 2016
1 parent f569257 commit ea63514
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1262,6 +1262,14 @@ li.social-icon a:focus {
color: #7fa035; }

/* # Doc Info Sidebar */
.related-content-box {
background: #73735D;
color: #deddc2;
padding: 10px; }

.related-content-box h5 {
color: #deddc2; }

.related-content {
background: #73735D;
color: #deddc2; }
Expand Down
9 changes: 9 additions & 0 deletions style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1358,6 +1358,15 @@ li.social-icon a:focus {

/* # Doc Info Sidebar */

.related-content-box {
background: $grey;
color: $sec-highlight;
padding: 10px;
}

.related-content-box h5 {
color: $sec-highlight;
}
.related-content {
background: $grey;
color: $sec-highlight
Expand Down

0 comments on commit ea63514

Please sign in to comment.