Skip to content

Commit

Permalink
fix: change phrase, lighten font color
Browse files Browse the repository at this point in the history
  • Loading branch information
soupglasses committed Oct 8, 2024
1 parent a0506d6 commit 1b4e366
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
bottom: 0;
pointer-events: none;
font-size: 12pt;
color: rgba(0, 0, 0, 0.33);
color: rgba(45, 45, 45, 0.5);
float: right;
padding: 36pt;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ function attempt_spawn_activatefklub() {

function spawn_activatefklub() {
const header = document.createElement("p");
header.textContent = "Activate your Fklub Account";
header.textContent = "Activate Stregsystemet";
header.classList.add("activatefklub-header");
document.body.querySelector(".activatefklub-container").appendChild(header);

const description = document.createElement("p");
description.textContent = "Go to stregsystemet to pay for membership.";
description.textContent = "Go to the Admin panel to activate Stregsystemet.";
document.body.querySelector(".activatefklub-container").appendChild(description);
}

0 comments on commit 1b4e366

Please sign in to comment.