/*
Theme Name:     Test Child Theme
Theme URI:      n/a
Template:       kadence
Author:         Markcw
Author URI:     n/a
Description:    Description
Version:        1.0.1
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

.comment-notes a {
    color: #C94F65;
    text-decoration: underline;
    font-weight: 500;
}

.comment-notes a:hover {
    color: #a83e52; /* etwas dunkler beim Hover */
    text-decoration: none;
}