lavender/theme/theme.go
2023-12-17 22:46:58 +00:00

7 lines
81 B
Go

package theme
import _ "embed"
//go:embed style.css
var DefaultThemeCss []byte