diff --git a/css/index.styl b/css/index.styl
index 8bc1ace..162ae1b 100644
--- a/css/index.styl
+++ b/css/index.styl
@@ -30,7 +30,11 @@ h1.with-subtitle {
}
a {
- color: gray;
+ color: gray
+}
+
+strong {
+ font-weight: bold
}
p {
diff --git a/lib/components/ErrorPage.js b/lib/components/ErrorPage.js
index dfdadf3..57342e1 100644
--- a/lib/components/ErrorPage.js
+++ b/lib/components/ErrorPage.js
@@ -26,8 +26,10 @@ export default class ErrorPage extends React.Component {
{this.state.message}
++ {this.state.status}: {this.state.message} +
{this.state.stack ?{this.state.stack}