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