structurizr / dsl

Structurizr DSL
https://docs.structurizr.com/dsl
Apache License 2.0
1.41k stars 266 forks source link

Control underlying CSS? #135

Closed jeffabailey closed 2 years ago

jeffabailey commented 2 years ago

Is it possible to control the underlying CSS of Structurizr diagrams?

I want to increase the size of element text for all elements.

Example: .structurizrDescription

image
simonbrowndotje commented 2 years ago

You can change the fontSize via an element style -> https://github.com/structurizr/dsl/blob/master/docs/language-reference.md#element-style (this is a single setting, from which all of the text sizes inside the shape are based)