Add dark mode support

This commit is contained in:
Alex Ling
2020-03-07 02:51:08 +00:00
parent c6c908953b
commit 36e2b2bfaf
6 changed files with 86 additions and 5 deletions

View File

@@ -60,6 +60,7 @@ $('#page-select').change(function(){
function showControl(idx) {
$('#page-select').val(idx);
UIkit.modal($('#modal-sections')).show();
styleModal();
}
function jumpTo(page) {
var ary = window.location.pathname.split('/');