Skip to content

Commit

Permalink
opti css vip
Browse files Browse the repository at this point in the history
  • Loading branch information
LeWarpy committed Nov 21, 2023
1 parent ba9f34a commit 07df74c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "launcher",
"preductname": "Almyria Launcher",
"version": "1.0.12",
"version": "1.0.13",
"description": "Launcher pour le serveur AlmyriaCraft",
"main": "src/app.js",
"author": "Luuxis, LeWarpy <coucou@lewarpy.fr",
Expand Down
7 changes: 1 addition & 6 deletions src/assets/js/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,7 @@ async function VIPperks(uuid) {

if (checkVIP == true) {
var styleVIP = `
.account-name::before {
font-weight: bold;
color: gold;
content: "[VIP] ";
}
.player-username::before {
.account-name::before, .player-username::before {
font-weight: bold;
color: gold;
content: "[VIP] ";
Expand Down

0 comments on commit 07df74c

Please sign in to comment.