diff --git a/theme/templates/base.html b/theme/templates/base.html
index 5a32f90..6b6b8af 100644
--- a/theme/templates/base.html
+++ b/theme/templates/base.html
@@ -31,6 +31,10 @@
margin: 0;
}
+ .paginator {
+ opacity: 0.5;
+ }
+
article.title {
font-size: 1.2em;
}
@@ -42,6 +46,11 @@
h1, h2, h3, h4, h5, h6 {
opacity: 0.5;
}
+
+ ul {
+ padding-bottom: 1em;
+ padding-inline-start: 2em;
+ }