summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-04-10 11:15:23 -0300
committerEuAndreh <eu@euandre.org>2025-04-10 11:15:23 -0300
commit2a47fd6703d761eb0554a5dc695f7aea34b624d6 (patch)
tree0e3b20d83bd4220d3cf6f2311dc4ca21370085ac
parentMakefile(tweak): Add missing space before ">" (diff)
downloadeuandre.org-2a47fd6703d761eb0554a5dc695f7aea34b624d6.tar.gz
euandre.org-2a47fd6703d761eb0554a5dc695f7aea34b624d6.tar.xz
src/content/style.css: Give #updated-at the same styling as #published-at
Diffstat (limited to '')
-rw-r--r--src/content/style.css2
1 files changed, 1 insertions, 1 deletions
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;