From 58dfcf1e6a9cf03749d2207a3045a555cc5ccd43 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Tue, 5 Nov 2024 14:08:19 -0500 Subject: [PATCH] time html element --- static/css/layout.css | 3 +++ templates/post-list.html | 7 ------- templates/posts.html | 5 ++++- 3 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 templates/post-list.html diff --git a/static/css/layout.css b/static/css/layout.css index fb82cc0..26012b1 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -43,6 +43,9 @@ a { pre { font-size: var(--base-text-size); } +time { + font-size: var(--base-text-size); +} .sourceCode { font-size: var(--base-text-size); } diff --git a/templates/post-list.html b/templates/post-list.html deleted file mode 100644 index a398264..0000000 --- a/templates/post-list.html +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/templates/posts.html b/templates/posts.html index 94da93e..1ddbb8e 100644 --- a/templates/posts.html +++ b/templates/posts.html @@ -1,6 +1,9 @@