varabyte / kobweb

A modern framework for full stack web apps in Kotlin, built upon Compose HTML
https://kobweb.varabyte.com
Apache License 2.0
1.53k stars 68 forks source link

Create a general application theme to apply to the all its components #516

Closed N7ghtm4r3 closed 5 months ago

N7ghtm4r3 commented 5 months ago

Hi, I wonder know if there is a way to create a general theme like MaterialTheme function that applies the theme to the all components of the application. Can it be imported from Material Theme Builder for example or using the HTML tag:

<link rel="stylesheet" href="mystyle.css">

(Optional) The relevant location: