Change Stroke width

Is there a way to change with of Stroke on widgets?

Cheers
Søren

Currently you can hack it with some css but it won’t work with all widgets, I’m doing a clean implementation for next release.

/* css hack */
inner:before {
  border-width: 2rem;
}