Skip to content

twitter good by moonieloonie

Details

Authormoonieloonie

LicenseNo License

Categorybababooey

Created

Updated

Size919 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

ffor a friend

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           twitter.com/home - Jan 2024
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document url-prefix("https://twitter.com/") {
  .r-14lw9ot {
background-color: rgb(237, 229, 255);
}
    :root {
     --theme: #d07bc8;
        --bg: url('https://ton.twitter.com/1.1/ton/data/dm/1748184137440039174/1748184123900887040/l_sWFf3h.jpg:small');
    --bg-op: 0.35;
    --tweet-op: 100;                                            
    --lettercase: unset;
}

html {
    background: var(--bg) fixed !important;
    background-size: cover !important;
}

/* remove original bg */
body {
    background: rgba(255, 255, 255, 0) !important;
}
.css-1dbjc4n{
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

/* tweet bg */
.r-1ljd8xs {
    background: rgba(249,247,253,var(--tweet-op)) !important;
}
}

Reviews

No reviews yet.