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