diff --git a/content/js/config/index.js b/content/js/config/index.js index c121ef3..f5b5bb2 100644 --- a/content/js/config/index.js +++ b/content/js/config/index.js @@ -12,7 +12,7 @@ const FETCH_COMMENTS = () => { .then((t) => { let total = parseInt(t); - let fetch_from = total - 12; + let fetch_from = total - 14; if (fetch_from < 0) fetch_from = total; return fetch( diff --git a/index.html b/index.html index 2f621df..a6e186d 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ - + diff --git a/manifest.json b/manifest.json index 1f4f644..5f07637 100644 --- a/manifest.json +++ b/manifest.json @@ -10,6 +10,6 @@ }], "start_url": ".", "display": "standalone", - "theme_color": "#ffffff", - "background_color": "#000000" + "theme_color": "#fbfbfb", + "background_color": "#121212" }