diff --git a/theme-dark/templates/base.html b/theme-dark/templates/base.html
index 62b12e2..66de956 100644
--- a/theme-dark/templates/base.html
+++ b/theme-dark/templates/base.html
@@ -42,6 +42,10 @@
margin: 0;
}
+ paginator {
+ color: rgba(100, 255, 200, 0.5);
+ }
+
article.title {
font-size: 1.1em;
}