Skip to content

Commit

Permalink
Styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
theruther4d committed Jul 27, 2021
1 parent e4197d0 commit 27fcfdb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/contributions/contributions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@ $box_outline: 2px;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
color: rgba(white, 0.75);
fill: rgba(white, 0.75);

> * {
margin-top: 1rem;
Expand Down Expand Up @@ -353,7 +355,7 @@ $box_outline: 2px;

&:disabled {
svg {
fill: rgba(white, 0.5);
fill: rgba(white, 0.25);
}
}

Expand Down

1 comment on commit 27fcfdb

@vercel
Copy link

@vercel vercel bot commented on 27fcfdb Jul 27, 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.