Skip to content

Commit

Permalink
enable stats change
Browse files Browse the repository at this point in the history
  • Loading branch information
basiabaldwin committed Oct 16, 2024
1 parent 6ea995b commit 6fd01fd
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 4 deletions.
26 changes: 25 additions & 1 deletion css/site.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 36 additions & 3 deletions less/site.less
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,42 @@
}
}

.enable-stats__desc--integrate {
a {
color: @orange;
.enable-stats {
&__desc {
color: white;


&--scratch {
background-color: #3c4c3d;
}

&--integrate {
background-color: #7d5d12;

a {
color: #FFD8A2;
}
}

&--npm {
background-color: #516664;
}

&--do-not {
background-color: #763f56;
}

&--style {
background-color: #432155;
}
}

&__icon {
filter: invert();
}

&__heading-icon {
filter: invert();
}
}
}

0 comments on commit 6fd01fd

Please sign in to comment.