mirror of
https://github.com/langgenius/dify.git
synced 2026-01-19 11:45:05 +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');
|
|
}
|