/**
 * Theme Name: Code Guardians
 * Template:   twentytwentyfour
 * ...other header fields
 */

/* 
 * GENERAL
 */
body a {
    color: initial;
    text-decoration: underline;
}
body a:hover {
    text-decoration: underline;
    color: #D73301;
}
body a.wp-block-button__link:hover {
    text-decoration: none;
}

/*
 * NAV
 */
header>nav {
    border: 0;
    border-bottom: 3px solid #D73301 !important;
    font-family: var(--wp--preset--font-family--heading);
}
header>nav .nav-link:hover,
header>nav .dropdown-menu .dropdown-item:hover {
    color: #D73301 !important;
    text-decoration: none;
}
header>nav .nav-item i {
    width: 19px;
    display: inline-block;
    text-align: center;
}

/*
 * PAGE: MEMBERS
 */
.um.um-directory {
    max-width: initial;
}

/*
 * PAGE: CHALLENGES
 */
.challenge .post_title {
    font-weight: 600;
    color: #D73301;
}

/**
 * CODE
 */
pre.wp-block-code {
    background: #282c34;
    border: initial;
    border-radius: initial;
    color: #abb2bf;
    font-size: initial;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    padding: 0;
}