tulip/theme/theme.go

7 lines
74 B
Go
Raw Normal View History

2023-12-17 15:55:41 +00:00
package theme
import _ "embed"
2023-12-17 16:03:13 +00:00
//go:embed style.css
var ThemeCss []byte