diff --git a/theme-dark/templates/base.html b/theme-dark/templates/base.html
index 7397351..40efd37 100644
--- a/theme-dark/templates/base.html
+++ b/theme-dark/templates/base.html
@@ -53,6 +53,10 @@
time {
font-size: 0.65em;
}
+
+ h1, h2, h3, h4, h5, h6 {
+ opacity: 0.5;
+ }