Skip to content

Bluesky embed dark theme by coldsteelthehedgheg

Screenshot of Bluesky embed dark theme

Details

Authorcoldsteelthehedgheg

LicenseNo License

Categoryembed.bsky.app

Created

Updated

Size695 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Gives Bluesky embeds a dark theme.

Notes

Source code

/* ==UserStyle==
@name         Bluesky embed dark theme
@version      20241113.13.00
@namespace    https://userstyles.world/user/coldsteelthehedgheg
@description  Gives Bluesky embeds on other sites a dark theme.
@author       coldsteelthehedgheg
@license      No License
==/UserStyle== */

@-moz-document domain("embed.bsky.app") {
div {
    background: rgb(21, 32, 43);
    color: #fff;
    border: 0;
    border-radius: 10px;
}

.text-textLight {
    --tw-text-opacity: 1;
    color: rgb(180, 192, 204);
}

.text-brand {
    --tw-text-opacity: 1;
    color: rgb(164, 206, 255);
}

.text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgb(198, 198, 198);
}
}

Reviews

No reviews yet.