Skip to content

Commit

Permalink
Use the same color for 100 as 70
Browse files Browse the repository at this point in the history
  • Loading branch information
geospiza-fortis committed Mar 2, 2021
1 parent 4fc0d39 commit aa4cd7b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "owlrepo-client",
"version": "2.2.0",
"version": "2.2.1",
"repository": "https://github.com/geospiza-fortis/owlrepo-client",
"license": "MIT",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions src/routes/guide/index.svelte
Expand Up @@ -38,6 +38,7 @@
30: `rgba(234, 210, 184, ${opacity})`,
60: `rgba(157, 151, 188, ${opacity})`,
70: `rgba(222, 167, 161, ${opacity})`,
100: `rgba(222, 167, 161, ${opacity})`,
etc: `rgba(174, 188, 110, ${opacity})`,
mastery: `rgba(103, 154, 125, ${opacity})`,
}[percent];
Expand Down Expand Up @@ -144,6 +145,11 @@

<details>
<summary>Click here for changelog</summary>
<b>Update 2021-03-01</b>
<ul>
<li>bug fixed with 100% being mixed in with 10% scrolls</li>
</ul>

<b>Update 2021-02-18</b>
<ul>
<li>added etc and mastery books</li>
Expand Down

0 comments on commit aa4cd7b

Please sign in to comment.