From 2a47fd6703d761eb0554a5dc695f7aea34b624d6 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 10 Apr 2025 11:15:23 -0300 Subject: src/content/style.css: Give #updated-at the same styling as #published-at --- src/content/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content') diff --git a/src/content/style.css b/src/content/style.css index 5b7f032..6363484 100644 --- a/src/content/style.css +++ b/src/content/style.css @@ -47,7 +47,7 @@ nav ul li a { /* Article bodies */ -#published-at { +#published-at, #updated-at { color: #555; font-size: 14px; font-style: italic; -- cgit v1.2.3