Skip to content

Instantly share code, notes, and snippets.

View jackiboi307's full-sized avatar
🐥

Jack jackiboi307

🐥
View GitHub Profile
@jackiboi307
jackiboi307 / discord-css.css
Created May 25, 2021 16:43
Discord CSS before redesign (taken from web app)
element.style {
}
::placeholder, body, button, input, select, textarea {
font-family: var(--font-primary);
text-rendering: optimizeLegibility;
}
::-webkit-input-placeholder, body, button, input, select, textarea {
font-family: var(--font-primary);
text-rendering: optimizeLegibility;
}