It's not currently possible to change tad's styling in an application-specific way. The right way to enable applications to change basic elements of Tad's css is to thread in CSS variables, using Tad's current stylesheet values as the default. Using variables enables us to also change the implementation of Tad's styling while preserving application-specific choices.
With this in mind, this PR adds two variables to Tad: --tad-font-family and --tad-font-size.
It's not currently possible to change tad's styling in an application-specific way. The right way to enable applications to change basic elements of Tad's css is to thread in CSS variables, using Tad's current stylesheet values as the default. Using variables enables us to also change the implementation of Tad's styling while preserving application-specific choices.
With this in mind, this PR adds two variables to Tad:
--tad-font-family
and--tad-font-size
.