diff --git a/src/components/MonthlyGraphs.js b/src/components/MonthlyGraphs.js index 47e1283..f0b6b88 100644 --- a/src/components/MonthlyGraphs.js +++ b/src/components/MonthlyGraphs.js @@ -404,6 +404,7 @@ const MonthlyGraphs = (obj) => { border: 'none', '&:hover': { color: 'black', + backgroundColor: 'rgba(56, 56, 56, 0.2)', border: 'none' }, '&': { @@ -416,6 +417,7 @@ const MonthlyGraphs = (obj) => { border: 'none', '&:hover': { color: 'black', + backgroundColor: 'rgba(56, 56, 56, 0.2)', border: 'none' }, '&': { diff --git a/src/pages/MonthlyStats.js b/src/pages/MonthlyStats.js index c3bbebd..17e4a61 100644 --- a/src/pages/MonthlyStats.js +++ b/src/pages/MonthlyStats.js @@ -27,6 +27,7 @@ const MonthlyStats = (obj) => { border: 'none', '&:hover': { color: 'black', + backgroundColor: 'rgba(56, 56, 56, 0.2)', border: 'none' }, '&': { @@ -39,6 +40,7 @@ const MonthlyStats = (obj) => { border: 'none', '&:hover': { color: 'black', + backgroundColor: 'rgba(56, 56, 56, 0.2)', border: 'none' }, '&': { diff --git a/src/pages/stats.js b/src/pages/stats.js index 5c20322..2be569e 100644 --- a/src/pages/stats.js +++ b/src/pages/stats.js @@ -37,19 +37,21 @@ const Stats = (obj) => {