tulip/theme/theme.go

7 lines
81 B
Go

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