/*
 Theme Name: Divi Child
 Theme URI: https://deine-webseite.de
 Description: Ein Child-Theme für das Divi-Theme
 Author: Dein Name
 Author URI: https://deine-webseite.de
 Template: Divi
 Version: 1.0
*/

@import url("../Divi/style.css"); /* Falls du ältere WordPress-Versionen nutzt */

.custom-tag-cloud a {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
    background: #f0f0f0;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.custom-tag-cloud a:hover {
    background: #333;
    color: #fff;
}
