Gives Bluesky embeds a dark theme.
Bluesky embed dark theme by coldsteelthehedgheg
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
Notes
Code is taken from ResetEra user FerrisBueller, with an extra tweak from Saggy.
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);
}
}