/*
 * Theme Name:        Pulitzer Reloaded
 * Theme URI:
 * Author:            Horst Scheuer
 * Author URI:
 * Description:       Meine Version des Anders Noren Themes Pulitzer
 * Requires at least: 6.7
 * Tested up to:      6.7
 * Requires PHP:      5.7
 * Version:           2.0.2
 * License:           GNU General Public License v2 or later
 * License URI:       http://www.gnu.org/licenses/gpl-2.0.html
 * Template:          pulitzer
 * Text Domain:       pulitzer-reloaded
 * Tags:
 */

/* Link der Ueberschriften und Datum ohne Unterstrich --------------------------*/

.wp-block-site-title a:not(.wp-element-button):hover{
  text-decoration: none   !important;
}

.wp-block-post-title a:not(.wp-element-button):hover {
  text-decoration: none   !important;
}

.wp-block-post-date a:not(.wp-element-button):hover {
  text-decoration: none   !important;
}

/* Artikelseite kein Abstand zwischen Text und Ueberschrift --------------------*/

.wp-container-core-group-is-layout-6dc39a2c > * + * {
  margin-block-start: 0 !important;
}

/* Links der Schlagwörter ohne Unterstrich -------------------------------------*/

.wp-block-tag-cloud a {
  text-decoration: none !important;
}
