/*
 * Theme Name:         Twenty Twenty-Five Reloaded
 * Theme URI: 
 * Author:             Horst Scheuer
 * Author URI:         https://horst-scheuer.de 
 * Description:        Meine Version des bekannten WordPress Themes
 * Requires at least: 7.0
 * Tested up to:      7.0
 * Requires PHP:      5.7
 * Version:           2.1.1
 * License:           GNU General Public License v2 or later
 * License URI:       http://www.gnu.org/licenses/gpl-2.0.html
 * Template:          twentytwentyfive
 * Text Domain:       twenty-twenty-five-reloaded
 * Tags: 
 */
 
/**
 * Tweaks
 */
 
header {
  background-color: #e3e3e3;
} 
 
.wp-block-post-excerpt,
.entry-content {
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4;
  hyphens: auto;
}  
 
.wp-block-site-title a:hover {
  text-decoration: none;
}
 
.wp-block-post-title a:hover {
  text-decoration: none;
}
 
.comment-form-url,
.comment-form-url label,
.comment-form-url input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
} 
