diff options
author | EuAndreh <eu@euandre.org> | 2025-04-10 11:15:23 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-10 11:15:23 -0300 |
commit | 2a47fd6703d761eb0554a5dc695f7aea34b624d6 (patch) | |
tree | 0e3b20d83bd4220d3cf6f2311dc4ca21370085ac | |
parent | Makefile(tweak): Add missing space before ">" (diff) | |
download | euandre.org-2a47fd6703d761eb0554a5dc695f7aea34b624d6.tar.gz euandre.org-2a47fd6703d761eb0554a5dc695f7aea34b624d6.tar.xz |
src/content/style.css: Give #updated-at the same styling as #published-at
-rw-r--r-- | src/content/style.css | 2 |
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; |