jmcculloch / supafakeblock

MIT License
1 stars 0 forks source link

Change to FB .sfb_blacklisted CSS class not given precedence #27

Closed jmcculloch closed 3 months ago

jmcculloch commented 3 months ago

Screenshot 2024-07-30 at 10 30 51 PM

Adding !important seems to resolve. Need to better understand what happened, change on FB side?

.sfb_blacklisted {
    background-color: rgb(255,0,0) !important;
}