/*
 Theme Name:   Twentytwentyfive Child
 Description:  Unser Child Theme
 Author:       Bambus
 Author URI:   www.misterlink-bigband.de
 Template:     twentytwentyfive
 Version:      1.0
 Text Domain:  twentytwentyfive-child
*/

/* Eigene CSS-Klassen
*/
.mein-link-neutral {
  color: inherit;
  text-decoration: none;
}

.mein-link-neutral:hover {
  text-decoration: none;
  color: inherit;
}

/*
Aufzählungspunkte auf der Band-Seite entfernen
*/
ul.wp-block-post-template.is-layout-grid li::marker {
  content: none !important;
}

ul.wp-block-post-template.is-layout-grid li {
  list-style-type: none !important;
}