Comments on [ F2U ] Snippet Comment All Comments

I love this so much! I’m using it as a guide to my character directory >w< But is there a way to make the speech bubble have an outline?

you can remove border-0 from the main bubble!  though, i think your CSS has it disabled automatically?

in the HTML, next to the border-radius, you can add a custom border instead!  here's an example

border: 3px solid #HEXCODE!important;

I just changed that and it’s exactly what I was looking for, thank you so much!!!