// Import Boost Core moodle CSS
@import "../../boost/scss/moodle";

img.userpicture {
    margin-right: 0.5rem;
}

.path-mod-forum {
    // Style for the forum subscription mode node.
    .subscriptionmode {
        color: $body-color;
    }

    // Style for the currently selected subscription mode.
    .activesetting {
        color: $body-color;
        font-weight: bold;
    }
}
