mirror of
https://github.com/1f349/tulip.git
synced 2024-11-09 22:42:53 +00:00
7 lines
81 B
Go
7 lines
81 B
Go
package theme
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed style.css
|
|
var DefaultThemeCss []byte
|