diff --git a/theme-dark/templates/base.html b/theme-dark/templates/base.html
index 80582d9..22dc86a 100644
--- a/theme-dark/templates/base.html
+++ b/theme-dark/templates/base.html
@@ -31,6 +31,10 @@
opacity: 0.4;
}
+ a.exlink {
+ background-color: rgba(255, 20, 147, 0.15);
+ }
+
p {
margin: 0;
}
@@ -61,7 +65,7 @@