From 3bdd300d34afd0150b429bf5dc5f57f443a82bbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aldimar=20J=C3=BAnior?= <98884282+aldimar-junior@users.noreply.github.com> Date: Tue, 8 Apr 2025 15:23:52 -0300 Subject: [PATCH 1/2] Updating "Also in" link styles for better usability --- themes/jquery/css/base.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/jquery/css/base.css b/themes/jquery/css/base.css index e4883e10..a73f842c 100644 --- a/themes/jquery/css/base.css +++ b/themes/jquery/css/base.css @@ -1970,7 +1970,7 @@ footer .books li a cite { .entry-meta, .entry-posted { - color: #999; + color: #666; font-size: 12px; } @@ -2043,8 +2043,8 @@ footer .books li a cite { } .listing #content .entry-meta .category a { - color: #888; - text-decoration: none; + color: #0769ad; + text-decoration: underline; } .pagination { From f7e4e856471eea3fa928d659837abd369da43f26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aldimar=20J=C3=BAnior?= <98884282+aldimar-junior@users.noreply.github.com> Date: Tue, 8 Apr 2025 19:06:13 -0300 Subject: [PATCH 2/2] Removing ruleset that would be empty otherwise `.listing #content .entry-meta .category a { }` would be empty if we removed the two styles inside of it, so I removed it entirely. --- themes/jquery/css/base.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/themes/jquery/css/base.css b/themes/jquery/css/base.css index a73f842c..2cbad647 100644 --- a/themes/jquery/css/base.css +++ b/themes/jquery/css/base.css @@ -2042,11 +2042,6 @@ footer .books li a cite { border-radius: 5px; } -.listing #content .entry-meta .category a { - color: #0769ad; - text-decoration: underline; -} - .pagination { text-align: center; margin-top: 2em;