Skip to content

Commit

Permalink
chore(jubeat): add style for jubility over 7000
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyzoid committed Jun 25, 2023
1 parent 1704797 commit 78aff57
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion public/jubeat/drink.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/components/cards/jubeat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ defineProps({
position: relative;
width: 110px;
height: 32px;
color: #E2CDFF;
color: #dda4f3;
border-radius: 6px;
border: solid 1px #fff;
background: linear-gradient(to right, rgba(183, 145, 185, 0.2 ), rgba(148, 83, 146, 0.2));
background: linear-gradient(to right, rgba(226, 158, 230, 0.2), rgba(197, 111, 194, 0.2));
/* box-shadow: 0 0 1px #43c2cf, 0 0 2px #43c2cf, 0 0 3px #43c2cf, 0 0 1px #43c2cf inset, 0 0 6px #43c2cf inset, 0 0 6px #43c2cf inset; */
box-shadow: 0 0 1px #8A78D6, 0 0 2px #8A78D6, 0 0 3px #8A78D6, 0 0 1px #8A78D6 inset, 0 0 6px #8A78D6 inset, 0 0 6px #8A78D6 inset;
box-shadow: 0 0 1px #dda4f3, 0 0 2px #dda4f3, 0 0 3px #dda4f3, 0 0 1px #dda4f3 inset, 0 0 6px #dda4f3 inset, 0 0 6px #dda4f3 inset;
}
.jubeat:after {
Expand All @@ -43,7 +43,7 @@ defineProps({
.jubeat-rating {
/* background: linear-gradient(to top, #89ffd4, #5cedff); */
background: linear-gradient(to bottom, #8A78D6, #E2CDFF);
background: linear-gradient(to bottom, #dda4f3, #e1bdf0);
background-clip: text;
color: transparent;
font-weight: 700;
Expand Down
2 changes: 1 addition & 1 deletion src/stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"maimaiDeluxe": "10103",
"SDVX": "17.260",
"popn": "--.--",
"jubeat": "6856",
"jubeat": "7002",
"vivid/stasis": "15027",
"ez2on": {
"4S": "20.949",
Expand Down

0 comments on commit 78aff57

Please sign in to comment.