Alt Text


cya gamers in a few months when this fragile thing breaks completely
/*
stupid terrible awful no good search bar on activate
select the search bar to make active, take note of the properties on the right sidebar
(you can't copy because that would be clicking and make inactive)
(and the existing :active shit doesn't work bc its not bare balls html yayayayayay)
then manually write out each property - fuck you. i hope they never update
*/
div[style="z-index: 10; position: absolute; inset: 0px; border-radius: 8px; background-color: rgb(28, 39, 50); border-color: rgb(16, 131, 254); border-width: 2px;"] {
    border-color: var(--theme-pink) !important;
}
div > svg > path[d="M11 5a6 6 0 1 0 0 12 6 6 0 0 0 0-12Zm-8 6a8 8 0 1 1 14.32 4.906l3.387 3.387a1 1 0 0 1-1.414 1.414l-3.387-3.387A8 8 0 0 1 3 11Z"][fill="hsl(211, 99%, 53%)"] {
    fill: var(--light-pink) !important;
}