Fixed: Darkmode background for options

This commit is contained in:
gpkvt 2022-08-23 16:40:19 +02:00
parent 0bf6b70ff1
commit 41c499c569

View file

@ -39,6 +39,7 @@
$('body').addClass('bg-dark');
$('p').addClass('text-light');
$('select').addClass('text-light');
$('option').addClass('bg-dark');
$('span').addClass('text-light');
}
}