integration_moodle/css/dashboard.css
Julien Veyssier a5e3fc7298
almost there
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2020-09-02 19:57:18 +02:00

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);
}