diff --git a/frontend/assets/index.html b/frontend/assets/index.html index 16e70da2..200e01ef 100644 --- a/frontend/assets/index.html +++ b/frontend/assets/index.html @@ -14,7 +14,7 @@ color: #111; } - + diff --git a/frontend/public/favicon.ico b/frontend/public/favicon.ico new file mode 100644 index 00000000..80176a77 Binary files /dev/null and b/frontend/public/favicon.ico differ diff --git a/frontend/src/components/Settings/Setting.css b/frontend/src/components/Settings/Setting.css index 19c78334..bf00e75a 100644 --- a/frontend/src/components/Settings/Setting.css +++ b/frontend/src/components/Settings/Setting.css @@ -24,7 +24,7 @@ along with this program. If not, see . } .Setting-on { - color: #fff; + color: #000; } .Setting .Icon { diff --git a/frontend/src/components/Stats/Stats.css b/frontend/src/components/Stats/Stats.css index e44fd7c0..386d57c6 100644 --- a/frontend/src/components/Stats/Stats.css +++ b/frontend/src/components/Stats/Stats.css @@ -24,7 +24,7 @@ along with this program. If not, see . .Stats-category { text-align: left; - background-color: #fff; + background-color: #000; margin-bottom: 2.5rem; padding: 1rem; } @@ -37,7 +37,7 @@ along with this program. If not, see . } .Stats-category tr:nth-child(even) { - background-color: #eee; + background-color: #000; } .Stats-percent { diff --git a/frontend/webpack.config.js b/frontend/webpack.config.js index 35d52485..e590378f 100644 --- a/frontend/webpack.config.js +++ b/frontend/webpack.config.js @@ -36,8 +36,8 @@ module.exports = { // Use our index.html as a starting point (to add script links etc to) // and make sure to use/copy over the favicon too. new HtmlWebpackPlugin({ - favicon: "./assets/favicon.svg", - template: "./assets/index.html" + favicon: "./assets/favicon.ico", + template: "./assets/index.html" }), ], resolve: {