diff --git a/docs/assets/css/unicado.css b/docs/assets/css/unicado.css
index 7050e6f9520e62bd9d3f582bf86c60af928a1182..cc05708456e672dab6032ef3b25bdaf32b3676cc 100644
--- a/docs/assets/css/unicado.css
+++ b/docs/assets/css/unicado.css
@@ -31,7 +31,14 @@
   max-width: 1060px;
   margin: auto;
   border: 1px solid rgba(255, 255, 255, 0.1);
+}
 
+/* Text color in hero section */
+.hero-section,
+.hero-section h1,
+.hero-section h2,
+.hero-section h3 {
+  color: var(--text-color);
 }
 
 /* Text styling within the hero section */
@@ -40,6 +47,7 @@
   font-size: 1.1em;
 }
 
+
 /* Download button styling */
 .download-button-container {
   text-align: center;