Skip to content

Commit

Permalink
Add styling for <code>, also change body background to #fff
Browse files Browse the repository at this point in the history
  • Loading branch information
polybuildr committed Jul 6, 2015
1 parent eac56be commit 6f3092e
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion petroglyph/skins/monoblue/css/monoblue.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
body {
font-size: 18px;
font-family: 'Open Sans', sans-serif;
background-color: #fcfcfc;
background-color: #fff;
}

a {
Expand Down Expand Up @@ -131,6 +131,21 @@ blockquote {
margin-top: -4px;
}

code {
background-color: #f4f4f4;
border: 1px solid #ccc;
border-radius: 3px;
color: #333;
font-family: 'Ubuntu Mono', Consolas, Monaco, monospace;
padding: .1em .2em;
}

pre code {
background-color: transparent;
border: none;
padding: 0;
}

@media (max-width: 800px) {
#floating-home {
position: static;
Expand Down

0 comments on commit 6f3092e

Please sign in to comment.