fix setting icon in dark theme

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
This commit is contained in:
Julien Veyssier 2020-09-18 02:19:04 +02:00
parent d25a30f1de
commit f6dfaef0ae
No known key found for this signature in database
GPG key ID: 4141FEE162030638

View file

@ -215,7 +215,7 @@ export default {
height: 23px;
margin-bottom: -4px;
}
body.dark .icon-moodle {
body.theme--dark .icon-moodle {
background-image: url(./../../img/app.svg);
}
#moodle-content {