diff --git a/portfolio/index.html b/portfolio/index.html
index a6e78d7..b34cb80 100644
--- a/portfolio/index.html
+++ b/portfolio/index.html
@@ -41,6 +41,7 @@
Coding Stats
+
Since January 5th, 2025
diff --git a/portfolio/style.css b/portfolio/style.css
index ea97905..ec22bcf 100644
--- a/portfolio/style.css
+++ b/portfolio/style.css
@@ -444,4 +444,9 @@ div[class="stats cards"] {
div[class="stats cards"] > h2 {
text-align: left;
-}
\ No newline at end of file
+}
+
+div[class="stats cards"] > p {
+ text-align: left;
+ color: #AAAAAA;
+}