diff --git a/_includes/head.html b/_includes/head.html
index 79643fe..b859f10 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -1,4 +1,5 @@
+
{{ page.title }} - {{ site.title }}
diff --git a/_sass/wiki.scss b/_sass/wiki.scss
index 960b76e..14b9645 100644
--- a/_sass/wiki.scss
+++ b/_sass/wiki.scss
@@ -2,6 +2,7 @@ body {
font-family: sans-serif;
background: #acabab;
color: black;
+ font-size: 1.2rem;
}
#main {
@@ -78,7 +79,7 @@ a {
pre, code {
font-family: monospace;
- font-size: 0.9rem;
+ font-size: 1rem;
a {
color: #5a5a5a;