Skip to content

Commit

Permalink
Green?
Browse files Browse the repository at this point in the history
  • Loading branch information
theruther4d committed Jul 23, 2021
1 parent 062b65b commit c18186a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/stats/stats.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@

&:before {
content: "";
background-color: $secondary;
background-image: linear-gradient(
to top right,
darken($secondary, 10),
$secondary
);
background-color: $primary;
// background-image: linear-gradient(
// to top right,
// darken($secondary, 10),
// $secondary
// );
border-radius: $card_radius;
position: absolute;
top: -1rem;
Expand Down

1 comment on commit c18186a

@vercel
Copy link

@vercel vercel bot commented on c18186a Jul 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.