diff --git a/src/content_scripts/protoots.js b/src/content_scripts/protoots.js index dc83ac7..35345d7 100644 --- a/src/content_scripts/protoots.js +++ b/src/content_scripts/protoots.js @@ -215,7 +215,7 @@ async function addProplate(element) { return; } proplate.innerText = pronouns; - //TODO?: alt text + proplate.title = pronouns; proplate.classList.add("protoots-proplate"); if (contributorList.includes(accountName)) { //i think you can figure out what this does on your own diff --git a/src/styles/proplate.css b/src/styles/proplate.css index 0027552..a776d4a 100644 --- a/src/styles/proplate.css +++ b/src/styles/proplate.css @@ -4,7 +4,6 @@ border-radius: 0.25rem; margin-left: 0.5rem; display: inline-flex; - text-transform: lowercase; animation: proplate-fadein 0.15s linear; font-weight: 500;