diff options
Diffstat (limited to 'src/content')
-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; |