/* Custom CSS for Django Unfold Admin */
a.addlink, 
div.flex.flex-col > a[href*="/add/"] {
    color: #000000 !important;
    border: 1px solid #000000 !important;
    background-color: transparent !important;
}

a.addlink span.material-symbols-outlined,
div.flex.flex-col > a[href*="/add/"] span.material-symbols-outlined {
    color: #000000 !important;
}
