diff --git a/article.html b/article.html
index b8ae8ad..1c18a1b 100644
--- a/article.html
+++ b/article.html
@@ -196,6 +196,9 @@
a.light-white, a.light-white:hover, a.light-white:visited {
color: rgba(255, 255, 255, 0.25);
}
+a.white, a.white:hover, a.white:visited {
+ color: white;
+}
+
+
+
+
+
+
+
\ No newline at end of file