wharfkit / web-renderer

Base User Interface for use in web applications with the Session Kit
Other
6 stars 6 forks source link

Allow custom css #103

Open deansallinen opened 1 year ago

deansallinen commented 1 year ago

enable a dapp to pass in css as file/custom properties to override the default wharf theme with custom themes

deansallinen commented 11 months ago

Something like:

<style>
:root {
    --wharfkit-color-primary: red;
}
</style>