diff --git a/src/general/inputs.css b/src/general/inputs.css index c295d19..4e8d99b 100644 --- a/src/general/inputs.css +++ b/src/general/inputs.css @@ -34,12 +34,12 @@ } /* Revert the 'Add Friend' button to the old green*/ -.item-3mHhwr.item-3XjbnG.themed-2-lozF[style*="background-color: hsl(139"] { +.item-3mHhwr.addFriend-emTWY1.item-3XjbnG.themed-2-lozF { background-color: var(--old-green) !important; } /* Fixed "Add Friend" button to correct colors when selected */ -.item-3mHhwr.item-3XjbnG.themed-2-lozF[aria-selected*="true"][style*="color: hsl(139"] { +.item-3mHhwr.addFriend-emTWY1.item-3XjbnG.selected-g-kMVV.themed-2-lozF { color: var(--old-green) !important; background-color: #33524c !important; } diff --git a/src/general/other.css b/src/general/other.css index af9b3ba..f583335 100644 --- a/src/general/other.css +++ b/src/general/other.css @@ -101,3 +101,14 @@ div[class*="attachButtonPlay-"] { .marginBottom20-315RVT.marginTop4-2JFJJI.linkButton-2ax8wP.button-f2h6uQ.lookLink-15mFoz.lowSaturationUnderline-Z6CW6z.colorLink-1Md3RZ.sizeMin-DfpWCE.grow-2sR_-F .contents-3ca1mk, .smallRegisterLink-1qEJhz.linkButton-2ax8wP.button-f2h6uQ.lookLink-15mFoz.lowSaturationUnderline-Z6CW6z.colorLink-1Md3RZ.sizeMin-DfpWCE.grow-2sR_-F .contents-3ca1mk, .marginTop8-24uXGp.linkButton-2ax8wP.button-f2h6uQ.lookLink-15mFoz.lowSaturationUnderline-Z6CW6z.colorLink-1Md3RZ.sizeMin-DfpWCE.grow-2sR_-F .contents-3ca1mk, .colorStandard-21JIj7.size12-oc4dx4.subText-1fpEGH.marginTop20-2T8ZJx .anchor-1MIwyf.anchorUnderlineOnHover-2qPutX { color: var(--brand-experiment); } +/* Revert the 'Request Data' button color back to old one */ +.button-f2h6uQ.lookOutlined-3yKVGo.colorBrand-I6CyqQ.sizeMedium-2bFIHr.grow-2sR_-F { + border-color: var(--brand-experiment); +} +.button-f2h6uQ.lookOutlined-3yKVGo.colorBrand-I6CyqQ.sizeMedium-2bFIHr.grow-2sR_-F:hover { + background-color: var(--brand-experiment); +} +/* Beta Badges */ +.textBadge-1fdDPJ.base-3IDx3L.baseShapeRound-3epLEv { + background-color: var(--brand-experiment) !important; +}