tulip/theme/theme.go

7 lines
74 B
Go

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