Skip to content

Commit

Permalink
fix class name (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stive99 authored Dec 29, 2023
1 parent dbf94df commit b9079e6
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Imports/DiscordLinks.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.messageContent-2t3eCI a[href^="https://discord.com"]:not([href*="channels"])
.messageContent__21e69 a[href^="https://discord.com"]:not([href*="channels"])
{
font-size: 0;
line-height: 0;
text-decoration: none;
}

.messageContent-2t3eCI a[href^="https://discord.com"]:not([href*="channels"])::after
.messageContent__21e69 a[href^="https://discord.com"]:not([href*="channels"])::after
{
content: "Jump To Discord";
font-size: 11pt !important;
Expand All @@ -19,14 +19,14 @@
font-weight: 500;
}

.messageContent-2t3eCI a[href^="https://support.discord.com"]
.messageContent__21e69 a[href^="https://support.discord.com"]
{
font-size: 0;
line-height: 0;
text-decoration: none;
}

.messageContent-2t3eCI a[href^="https://support.discord.com"]::after
.messageContent__21e69 a[href^="https://support.discord.com"]::after
{
content: "Jump To Discord Support" !important;
font-size: 11pt !important;
Expand All @@ -40,14 +40,14 @@
font-weight: 500;
}

.messageContent-2t3eCI a[href^="https://discordstatus.com"]
.messageContent__21e69 a[href^="https://discordstatus.com"]
{
font-size: 0;
line-height: 0;
text-decoration: none;
}

.messageContent-2t3eCI a[href^="https://discordstatus.com"]::after
.messageContent__21e69 a[href^="https://discordstatus.com"]::after
{
content: "Jump To Discord Status" !important;
font-size: 11pt !important;
Expand All @@ -61,43 +61,43 @@
font-weight: 500;
}

.messageContent-2t3eCI a[href^="https://discord.com"]:hover::after, .messageContent-2t3eCI a[href^="https://discordstatus.com"]:hover::after, .messageContent-2t3eCI a[href^="https://support.discord.com"]:hover::after
.messageContent__21e69 a[href^="https://discord.com"]:hover::after, .messageContent__21e69 a[href^="https://discordstatus.com"]:hover::after, .messageContent__21e69 a[href^="https://support.discord.com"]:hover::after
{
color: #fff;
background-color: var(--brand-experiment);
}

.messageContent-2t3eCI a[href^="https://discord.com/tos"]::after
.messageContent__21e69 a[href^="https://discord.com/tos"]::after
{
content: "Jump To TOS" !important;
}

.messageContent-2t3eCI a[href^="https://discord.com/terms"]::after
.messageContent__21e69 a[href^="https://discord.com/terms"]::after
{
content: "Jump To TOS" !important;
}

.messageContent-2t3eCI a[href^="https://discord.com/nitro"]::after
.messageContent__21e69 a[href^="https://discord.com/nitro"]::after
{
content: "Jump To Nitro" !important;
}

.messageContent-2t3eCI a[href^="https://discord.com/safety"]::after
.messageContent__21e69 a[href^="https://discord.com/safety"]::after
{
content: "Jump To Trust and Safety" !important;
}

.messageContent-2t3eCI a[href^="https://discord.com/blog"]::after
.messageContent__21e69 a[href^="https://discord.com/blog"]::after
{
content: "Jump To Blog" !important;
}

.messageContent-2t3eCI a[href^="https://discord.com/jobs"]::after
.messageContent__21e69 a[href^="https://discord.com/jobs"]::after
{
content: "Jump To Jobs At Discord" !important;
}

.messageContent-2t3eCI a[href^="https://discord.com/branding"]::after
.messageContent__21e69 a[href^="https://discord.com/branding"]::after
{
content: "Jump To Discord Branding" !important;
}

0 comments on commit b9079e6

Please sign in to comment.