mirror of https://gitlab.com/gpvkt/twitchtts.git
Fixed: Darkmode background for options
This commit is contained in:
parent
d2d04ab58d
commit
335515d872
1
tts.html
1
tts.html
|
@ -39,6 +39,7 @@
|
||||||
$('body').addClass('bg-dark');
|
$('body').addClass('bg-dark');
|
||||||
$('p').addClass('text-light');
|
$('p').addClass('text-light');
|
||||||
$('select').addClass('text-light');
|
$('select').addClass('text-light');
|
||||||
|
$('option').addClass('bg-dark');
|
||||||
$('span').addClass('text-light');
|
$('span').addClass('text-light');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue