tulip/theme/theme.go

7 lines
81 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
2023-12-17 22:45:31 +00:00
var DefaultThemeCss []byte