diff --git a/blogs/privacy-policy.html b/blogs/privacy-policy.html
index bd59fdc1..a71ad6d2 100644
--- a/blogs/privacy-policy.html
+++ b/blogs/privacy-policy.html
@@ -156,6 +156,13 @@
/* color: #e0e0e0 !important; */
}
+.dark-mode ul, .dark-mode ol {
+ color: #34495e
+}
+
+.dark-mode li {
+ color: #34495e;
+}