From 50b8d5fc7b022ace56ccf81dcf8766aa4963d6b8 Mon Sep 17 00:00:00 2001 From: welpo Date: Wed, 8 Mar 2023 00:51:48 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=E2=99=BF=EF=B8=8F=20fix:=20improve=20acces?= =?UTF-8?q?sibility=20in=20lists=20&=20taps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_archive.scss | 3 +-- sass/parts/_header.scss | 4 ++++ sass/parts/_posts_list.scss | 5 ++--- templates/macros/content.html | 16 ++++++++-------- templates/tags/list.html | 14 ++++++-------- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/sass/parts/_archive.scss b/sass/parts/_archive.scss index 0fdaba4..a82328d 100644 --- a/sass/parts/_archive.scss +++ b/sass/parts/_archive.scss @@ -1,7 +1,6 @@ .archive { .listing-title { font-size: 1.5rem; - opacity: 0.9; margin-bottom: 1rem; } @@ -12,7 +11,7 @@ .post-time { width: 4rem; .date { - opacity: 0.5; + color: var(--meta-color); } } } diff --git a/sass/parts/_header.scss b/sass/parts/_header.scss index 3035f49..5727e8f 100644 --- a/sass/parts/_header.scss +++ b/sass/parts/_header.scss @@ -91,6 +91,10 @@ header { } } +.last-updated { + margin-top: -5vmin; +} + .card-meta { color: var(--meta-color); font-size: 0.92rem; diff --git a/sass/parts/_posts_list.scss b/sass/parts/_posts_list.scss index 8547900..42db18a 100644 --- a/sass/parts/_posts_list.scss +++ b/sass/parts/_posts_list.scss @@ -17,11 +17,10 @@ } .bloglist-tags { - margin-top: -0.5rem; - .tag { margin-right: 0.7rem; - font-size: 0.7rem; + height: 48px; + font-size: 0.75rem; font-weight: 400; text-transform: uppercase; } diff --git a/templates/macros/content.html b/templates/macros/content.html index 4c04b58..e19e6b8 100644 --- a/templates/macros/content.html +++ b/templates/macros/content.html @@ -10,28 +10,28 @@ diff --git a/templates/tags/list.html b/templates/tags/list.html index 1ed99f7..b67b9a4 100644 --- a/templates/tags/list.html +++ b/templates/tags/list.html @@ -6,14 +6,12 @@
From 603ac09baa14b386e91047b576dcb386a53a5547 Mon Sep 17 00:00:00 2001 From: welpo Date: Wed, 8 Mar 2023 00:54:09 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=A5=20refactor:=20remove=20useless?= =?UTF-8?q?=20css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_posts_list.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/sass/parts/_posts_list.scss b/sass/parts/_posts_list.scss index 42db18a..1248ff6 100644 --- a/sass/parts/_posts_list.scss +++ b/sass/parts/_posts_list.scss @@ -19,7 +19,6 @@ .bloglist-tags { .tag { margin-right: 0.7rem; - height: 48px; font-size: 0.75rem; font-weight: 400; text-transform: uppercase;