Skip to content

Commit

Permalink
fix: change karma color
Browse files Browse the repository at this point in the history
  • Loading branch information
r74tech committed May 22, 2022
1 parent 61861cd commit 687e281
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/css/init.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
vertical-align: top;
}
:root {
--wj-karma-5: rgb(255, 64, 0);
--wj-karma-4: rgb(255, 128, 0);
--wj-karma-3: rgb(0, 255, 64);
--wj-karma-2: rgb(0, 128, 255);
--wj-karma-1: rgb(0, 64, 255);
--wj-karma-5: rgb(255, 45, 45);
--wj-karma-4: rgb(236, 129, 14);
--wj-karma-3: rgb(255, 242, 14);
--wj-karma-2: rgb(97, 243, 40);
--wj-karma-1: rgb(97, 243, 167);
--wj-karma-n: rgb(64, 64, 64);
}
.wj-karma {
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ <h2><span></span></h2>
<div id="login-status">
<span class="wj-user-info printuser">
<a class="wj-user-info-link" href="javascript:;">
<span class="wj-karma" data-karma="3">
<span class="wj-karma" data-karma="5">
<svg class="wj-sprite sprite-wj-karma" viewBox="0 0 64 114">
<use href="/files--static/media/ui.svg#wj-karma"></use>
</svg>
Expand Down

0 comments on commit 687e281

Please sign in to comment.