Skip to content

Commit

Permalink
Added new daa spacer
Browse files Browse the repository at this point in the history
Improved DAA text colors
  • Loading branch information
Alf-Melmac committed Oct 24, 2021
1 parent 6096671 commit cb60303
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ private Consumer<Message> infoMsgConsumer(@NonNull MessageChannel channel, @NonN
final long ownerGuild = Long.parseLong(eventApiDto.getOwnerGuild());
String spacer;
if (isDAA(ownerGuild)) {
spacer = "https://cdn.discordapp.com/attachments/759147249325572097/899736523275124827/Discord_Missionstrenner_DAA.png";
spacer = "https://cdn.discordapp.com/attachments/759147249325572097/901925677677297724/Trenner.png";
} else {
spacer = "https://cdn.discordapp.com/attachments/759147249325572097/798539020677808178/Discord_Missionstrenner.png";
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ body {
background-color: #211f25;
}

body p, body li {
color: #feff32;
}

body:not(p, li) {
color: #feff32;
}
Expand Down

0 comments on commit cb60303

Please sign in to comment.