diff --git a/src/components/GamesEpic.js b/src/components/GamesEpic.js index c3cbc1d..13e87bc 100644 --- a/src/components/GamesEpic.js +++ b/src/components/GamesEpic.js @@ -26,8 +26,8 @@ function GamesEpic(props) { if (props.data.epic.info.games > 0) return (
-
- Epic Games +
+ Epic Games
diff --git a/src/components/GamesOrigin.js b/src/components/GamesOrigin.js index be2af58..90e2ec6 100644 --- a/src/components/GamesOrigin.js +++ b/src/components/GamesOrigin.js @@ -26,8 +26,8 @@ function GamesOrigin(props) { if (props.data.origin.info.games > 0) return (
-
- Origin Games +
+ Origin Games
diff --git a/src/components/GamesSteam.js b/src/components/GamesSteam.js index 4293b9b..e8c42e5 100644 --- a/src/components/GamesSteam.js +++ b/src/components/GamesSteam.js @@ -51,8 +51,8 @@ function GamesSteam(props) { if (props.data.steam.info.games > 0) return (
-
- Steam Games +
+ Steam Games
diff --git a/src/components/GamesUbisoft.js b/src/components/GamesUbisoft.js index 9199669..41bd47b 100644 --- a/src/components/GamesUbisoft.js +++ b/src/components/GamesUbisoft.js @@ -26,8 +26,8 @@ function GamesUbisoft(props) { if (props.data.ubisoft.info.games > 0) return (
-
- Ubisoft Games +
+ Ubisoft Games
diff --git a/src/data/info.json b/src/data/info.json index b23edec..55ab379 100644 --- a/src/data/info.json +++ b/src/data/info.json @@ -11,6 +11,6 @@ "2021-06-12", "19:24:19" ], - "Version" : "0.14" + "Version" : "0.14.1" } } \ No newline at end of file diff --git a/src/index.css b/src/index.css index 1d74356..569faec 100644 --- a/src/index.css +++ b/src/index.css @@ -984,7 +984,7 @@ Chart styles position: relative; height: 1em; margin-right: 0; - outline: 1px solid var(--color-dark2); + outline: 1px solid var(--color-dark3); border-radius: 0.25em; z-index: 2; } @@ -1012,7 +1012,7 @@ Chart styles .row:hover .label::after { /* chart content highlighter */ width: calc(100% - 15ch - 0.5em); - opacity: 0.1; + opacity: 0.4; } .chartList .row:hover > .label { /* label highlighter */