#git-graph-container li .commit-refs .ui.button,
#git-graph-container li .commit-refs .ui.label.tag-label {
    font-weight: bold !important;
    font-size: 13px !important;
    background: #ffb293 !important;
    
    /* Recommended: Force text color to black for readability on this orange background 
       (otherwise a dark theme might force white text, which is hard to read on #ffb293) */
    color: #000000 !important; 
    border-color: #e09b80 !important; /* Optional: Adjusts border to match */
}
