From 5700269151016697047dd54f579bf941e179f89c Mon Sep 17 00:00:00 2001 From: zyqunix Date: Mon, 17 Mar 2025 23:12:26 +0100 Subject: [PATCH] add since when in wakatime stats --- portfolio/index.html | 1 + portfolio/style.css | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) 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; +}