mirror of
https://github.com/nextcloud/integration_moodle.git
synced 2025-12-17 21:02:05 +01:00
7 lines
141 B
CSS
7 lines
141 B
CSS
.icon-moodle {
|
|
background-image: url(./../img/app-dark.svg);
|
|
}
|
|
|
|
body.theme--dark .icon-moodle {
|
|
background-image: url(./../img/app.svg);
|
|
}
|