mirror of
https://github.com/langgenius/dify.git
synced 2026-02-03 17:41:35 +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');
|
|
}
|