Skip to content

Commit

Permalink
Add style for reverse headers on API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Jul 23, 2017
1 parent 35861dd commit 93565a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scss/modules/pages/_api.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ body.api {
}
}

.reverse_header {
background-color: $color-shade-darkest;
color: $base-font-color;
}

pre {
overflow-x: auto;

Expand Down

0 comments on commit 93565a6

Please sign in to comment.