Style tweaks to pagination, right sidebar, and background color

This commit is contained in:
Michael Rose
2016-03-29 23:13:00 -04:00
parent 181ac73615
commit 85fb0d0283
9 changed files with 50 additions and 51 deletions

View File

@ -8,7 +8,7 @@ body {
color: $text-color;
font-family: $serif;
line-height: 1.5;
background-color: $body-color;
background-color: $background-color;
&.overflow--hidden {
/* when primary navigation is visible, the content in the background won't scroll */
@ -122,18 +122,6 @@ a {
}
}
/* lists */
ol, ul {
@include breakpoint($small) {
padding-left: 0;
ol, ul {
padding: 0.5em 1em;
}
}
}
/* code */
tt, code, kbd, samp, pre {