Compare commits

..

No commits in common. "c84d95d0e32743505b94a6a813f72d9f8a664c6b" and "8bb4efb638752f6b4581b6a4024266e2716f3b48" have entirely different histories.

3 changed files with 2 additions and 6 deletions

View file

@ -39,7 +39,7 @@
--purple-2: hsl(280, 78%, 45%); --purple-2: hsl(280, 78%, 45%);
--blue-2: hsl(200, 78%, 45%); --blue-2: hsl(200, 78%, 45%);
--blue-alpha-2: hsl(200, 78%, 45%, 10%); --blue-alpha-2: hsl(200, 78%, 45%, 20%);
--green-2: hsl(140, 78%, 40%); --green-2: hsl(140, 78%, 40%);
--yellow-2: hsl(50, 78%, 60%); --yellow-2: hsl(50, 78%, 60%);
--red-2: hsl(2, 78%, 60%); --red-2: hsl(2, 78%, 60%);

View file

@ -12,7 +12,7 @@
replyString += `> ${line}\n`; replyString += `> ${line}\n`;
}); });
replyString += `@${message.author_username}: `; replyString += `@${message.author_username} `;
setMessageInputEvent.update(replyString); setMessageInputEvent.update(replyString);
}; };

View file

@ -145,10 +145,6 @@
resize: none; resize: none;
} }
.message-input:focus-visible {
outline: 2px solid var(--purple-2);
}
.message-input::placeholder { .message-input::placeholder {
color: var(--foreground-color-4); color: var(--foreground-color-4);
} }