Skip to content

Commit

Permalink
CSS: Add color and background-color to <body>
Browse files Browse the repository at this point in the history
Closes #3.
  • Loading branch information
mgeier committed Aug 6, 2020
1 parent d38f4b6 commit 235485a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/insipid_sphinx_theme/insipid/static/insipid.css_t
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ body {
margin: 0;
font-family: 'Open Sans', sans-serif;
min-width: {{ theme_body_min_width|todim }};
color: #000;
background-color: #fff;
}

/* keep the footer at the bottom (on very short pages) */
Expand Down

0 comments on commit 235485a

Please sign in to comment.