Skip to content

Google Trans-late by lys

Screenshot of Google Trans-late

Details

Authorlys

License0BSD

CategoryGoogle Translate

Created

Updated

Size599 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Gradates the trans- morpheme in “Translate” in the headers using colours from the transgender pride flag.

Notes

Yes, I know it’s dorky!

I’m using the colours #5bcefa and #f5a9b8 from the design of the transgender flag by Monica Helms (sourced from Proposal for Transgender Flag Emoji of which she is a submitter). White was left out because it didn’t look great against the white background.

See prior art at Google 🏳️‍⚧️late by Reese Rivers if you want the emoji instead of a gradient! I discovered it after having made this one, so now you have ✨options✨.

Trans rights are human rights. 🏳️‍⚧️

This software is made available under the BSD Zero Clause License.

Source code

/* ==UserStyle==
@name         Google Trans-late
@version      1.0.0
@namespace    userstyles.world/user/lys
@description  Gradates the trans- morpheme in “Translate” in the headers using colours from the transgender pride flag.
@author       Lys
@license      0BSD
==/UserStyle== */

@-moz-document domain("translate.google.com") {
header a[title="Google Translate"] span:nth-of-type(2) {
    background: -webkit-linear-gradient(left, #5bcefa 2.75%, #f5a9b8, #f5a9b8, #5bcefa 61.5%, #5f6368 61.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
}

Reviews

No reviews yet.