mirror of
https://github.com/ItsVipra/ProToots
synced 2024-11-25 04:50:18 +00:00
make easteregg stylename less ambigous
This commit is contained in:
parent
9b95f710f2
commit
0bef6d4422
2 changed files with 2 additions and 2 deletions
|
@ -407,7 +407,7 @@ async function addProplate(element) {
|
|||
accountName == "@vivien@queer.group"
|
||||
) {
|
||||
//i think you can figure out what this does on your own
|
||||
proplate.classList.add("pog");
|
||||
proplate.classList.add("proplate-pog");
|
||||
}
|
||||
|
||||
//add plate to nametag
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
}
|
||||
|
||||
/* rainbow pronouns for jasmin and i cause why not */
|
||||
.pog:hover {
|
||||
.proplate-pog:hover {
|
||||
background-image: linear-gradient(
|
||||
45deg,
|
||||
rgba(255, 0, 0, 1) 0%,
|
||||
|
|
Loading…
Reference in a new issue