/*
Theme Name: Webzine 2025
Theme URI: https://webzine.one
Author: Rolf
Author URI: https://webzine.one
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 5.6
Version: 1.5.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: twentytwentythree
*/

/* Contraste home - version prudente */

body.home .wp-block-post-title a,
body.blog .wp-block-post-title a {
  color: #1f2933;
}

body.home .wp-block-post-title a:hover,
body.home .wp-block-post-title a:focus-visible,
body.blog .wp-block-post-title a:hover,
body.blog .wp-block-post-title a:focus-visible {
  color: #083f44;
}

body.home .wp-block-post-excerpt__more-link,
body.blog .wp-block-post-excerpt__more-link {
  color: #0b5f66;
  font-weight: 600;
}

body.home .wp-block-post-excerpt__more-link:hover,
body.home .wp-block-post-excerpt__more-link:focus-visible,
body.blog .wp-block-post-excerpt__more-link:hover,
body.blog .wp-block-post-excerpt__more-link:focus-visible {
  color: #083f44;
}

body.home .wp-block-post-terms a,
body.blog .wp-block-post-terms a,
body.home .taxonomy-category a,
body.blog .taxonomy-category a {
  color: #0b5f66;
  font-weight: 600;
}

body.home .wp-block-tag-cloud a,
body.blog .wp-block-tag-cloud a,
body.home .tagcloud a,
body.blog .tagcloud a,
body.home a.tag-cloud-link,
body.blog a.tag-cloud-link {
  color: #0b5f66 !important;
  font-size: 0.95rem !important;
  font-weight: 600;
  text-decoration: none;
}

body.home .wp-block-tag-cloud a:hover,
body.home .wp-block-tag-cloud a:focus-visible,
body.blog .wp-block-tag-cloud a:hover,
body.blog .wp-block-tag-cloud a:focus-visible,
body.home .tagcloud a:hover,
body.home .tagcloud a:focus-visible,
body.blog .tagcloud a:hover,
body.blog .tagcloud a:focus-visible,
body.home a.tag-cloud-link:hover,
body.home a.tag-cloud-link:focus-visible,
body.blog a.tag-cloud-link:hover,
body.blog a.tag-cloud-link:focus-visible {
  color: #083f44 !important;
  text-decoration: underline;
}