mirror of
https://github.com/langgenius/dify.git
synced 2026-02-01 16:41:58 +08:00
Co-authored-by: CodingOnStar <hanxujiang@dify.ai> Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
8 lines
125 B
CSS
8 lines
125 B
CSS
.light {
|
|
background-image: url('./no-web-apps-light.png');
|
|
}
|
|
|
|
.dark {
|
|
background-image: url('./no-web-apps-dark.png');
|
|
}
|