1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Improved dark mode

This commit is contained in:
nobody
2020-06-16 07:10:22 +02:00
parent 3d0ffbac75
commit 56f2d6b296
7 changed files with 31 additions and 8 deletions

View File

@@ -67,7 +67,7 @@ options._renderOptionsPanel = function () {
options._renderLocaleNotice();
}
document.getElementById('last-mapping-update').textContent += lastMappingUpdate;
document.getElementById('last-mapping-update').textContent += ' ' + lastMappingUpdate;
};
options._renderBlockMissingNotice = function () {