diff --git a/src/changelog.html b/src/changelog.html
index 64a14d9..78b6d2f 100644
--- a/src/changelog.html
+++ b/src/changelog.html
@@ -1,4 +1,4 @@
-
+
- Pending release
- Freshened up design
diff --git a/src/documentation.html b/src/documentation.html
index fbcfce2..b06e79b 100644
--- a/src/documentation.html
+++ b/src/documentation.html
@@ -1 +1,3 @@
+
TODO: Write documentation
+
diff --git a/src/sass/main.scss b/src/sass/main.scss
index ca6f2a8..9bfc63f 100644
--- a/src/sass/main.scss
+++ b/src/sass/main.scss
@@ -101,10 +101,12 @@ header {
}
}
-.changelog {
+.copy {
background-color: $tan;
padding: rhythm(1/2);
+}
+.changelog {
dt {
font-weight: bold;
}