Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #105 from SwiftPackageIndex/package-score-post-tweaks
Browse files Browse the repository at this point in the history
Package score post tweaks
  • Loading branch information
daveverwer authored Nov 7, 2023
2 parents 9bcbc25 + 17cc810 commit b94aba8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Content/posts/revealing-and-explaining-package-scores.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ There is always room for further improvement to the package score, and these ten

As a package author, if you’d like to see the breakdown of your package score, find the “Do you maintain this package?” section at the bottom of the right-hand sidebar on your package page, and you’ll find the score breakdown at the end.

<picture class=shadow>
<source srcset=/images/find-package-maintainers-page~dark.png“ media=“(prefers-color-scheme: dark)>
<img src=/images/find-package-maintainers-page~light.png alt=The location of the Learn More link that takes package authors to the package maintainer’s page for their package.>
<picture class="shadow">
<source srcset="/images/find-package-maintainers-page~dark.png“ media=“(prefers-color-scheme: dark)">
<img src="/images/find-package-maintainers-page~light.png" alt="The location of the Learn More link that takes package authors to the package maintainer’s page for their package.">
</picture>

If you have any feedback regarding the package score or suggestions on how we can improve it, we would love to hear your thoughts in our [discussion forum](https://github.com/SwiftPackageIndex/SwiftPackageIndex-Server/discussions/2591). We appreciate any contributions as we continue to enhance the package score system.
Expand Down
2 changes: 2 additions & 0 deletions Resources/stylesheets/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
--code-snippet-text: var(--black);
--code-snippet-border: var(--grey);

--rule-background: var(--light-blue);
--post-rule: var(--light-grey);

--what-is-background: var(--very-light-blue);
Expand All @@ -102,6 +103,7 @@
--code-snippet-text: var(--white);
--code-snippet-border: var(--grey);

--rule-background: var(--dark-blue);
--post-rule: var(--dark-grey);

--what-is-background: var(--dark-blue);
Expand Down

0 comments on commit b94aba8

Please sign in to comment.