mirror of
https://github.com/langgenius/dify.git
synced 2026-04-11 03:56:55 +08:00
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
10 lines
171 B
CSS
10 lines
171 B
CSS
@reference "../../../../styles/globals.css";
|
|
|
|
.light {
|
|
background-image: url('./no-web-apps-light.png');
|
|
}
|
|
|
|
.dark {
|
|
background-image: url('./no-web-apps-dark.png');
|
|
}
|