Here we have the CSS code for the website:
.bam_announcement {
-moz-border-radius:5px;-webkit-border-radius:5px
}
And here is my custom Stylish CSS:
.bam_announcement {
-moz-border-radius:0px;-webkit-border-radius:0px
}
Despite my changes, the website continues to display a border radius of 5px.