mirror of
https://github.com/langgenius/dify.git
synced 2026-01-25 13:12:14 +08:00
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');
|
|
}
|