diff --git a/css/index.css b/css/index.css index cc010b4..dfecdff 100644 --- a/css/index.css +++ b/css/index.css @@ -391,6 +391,14 @@ body { margin-right: 5px !important; } + /* Removes gradient from the refinenments area */ + .gsc-refinementsArea { + background-color: var(--bg-color) !important; + } + .gsc-refinementsGradient { + display: none !important; + } + .games-found { display: none; }