/*
 * 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:           1.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
 */
 
.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;
} 
