Skip to content

Commit f63fbf6

Browse files
committed
fix(bsky): some broken stuff and missing selectors (catppuccin#1413)
squashed commits: fix(bsky): youtube embed thumbnails being covered up fix(bsky): image popup background not being transparent feat(bsky): theme feed button feat(bsky): bump version to 0.0.8 Signed-off-by: rooot <hey@rooot.gay>
1 parent 945f2f4 commit f63fbf6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

styles/bsky/catppuccin.user.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@name Bluesky Social Catppuccin
33
@namespace github.com/catppuccin/userstyles/styles/bsky
44
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/bsky
5-
@version 0.0.7
5+
@version 0.0.8
66
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/bsky/catppuccin.user.css
77
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Absky
88
@description Soothing pastel theme for Bluesky Social
@@ -210,7 +210,6 @@
210210
}
211211

212212
/* generic background color */
213-
.css-175oi2r.r-13awgt0,
214213
[style*="background-color: rgb(255, 255, 255)"],
215214
[style*="background-color: rgb(0, 0, 0)"],
216215
[style*="background-color: rgb(22, 30, 39)"] {
@@ -347,7 +346,7 @@
347346
}
348347

349348
// toast notifications (e.g. "copied to clipboard")
350-
.r-17c3jg3 {
349+
.r-17c3jg3:has(> div[dir="auto"]) {
351350
background-color: @crust !important;
352351

353352
.r-jwli3a {
@@ -446,8 +445,9 @@
446445
fill: @subtext1;
447446
}
448447

449-
/* settings button at the top of the timeline */
450-
path[fill="hsl(211, 24%, 70%)"] {
448+
/* settings button at the top of the timeline, hashtag button/icon at top of timeline */
449+
path[fill="hsl(211, 24%, 70%)"],
450+
path[fill="hsl(211, 20%, 62.4%)"] {
451451
fill: @subtext1;
452452
}
453453

0 commit comments

Comments
 (0)