Make the location text on the green sign of neal.fun/internet-roadtrip selectable
/* ==UserStyle==
@name Internet Roadtrip - Selectable Location Text
@description Make the location text on the green sign of neal.fun/internet-roadtrip selectable
@version 1.0.0
@namespace me.netux.site/user-styles/internet-roadtrip/selectable-location-text
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://neal.fun/internet-roadtrip/") {
.location::after {
pointer-events: none;
}
}