.str-highlight {
    background: #ffffb4;
}

.dark-mode{
    .str-highlight {
        background: rgb(64, 25, 11);
    }
}