/*
 * juhle.de – schlanke Pfeil-Icons für die modernen Hauptseiten.
 * Ersetzt den früheren Inline-Style-Block in index.php.
 */

.fa-angle-up::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-left: 3px solid currentColor;
    border-top: 3px solid currentColor;
    transform: rotate(45deg);
    vertical-align: middle;
}
