Skip to content

Commit

Permalink
fix(bsky): some broken stuff and missing selectors (#1413)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
RoootTheFox committed Nov 1, 2024
1 parent 945f2f4 commit f63fbf6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions styles/bsky/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name Bluesky Social Catppuccin
@namespace github.com/catppuccin/userstyles/styles/bsky
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/bsky
@version 0.0.7
@version 0.0.8
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/bsky/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Absky
@description Soothing pastel theme for Bluesky Social
Expand Down Expand Up @@ -210,7 +210,6 @@
}

/* generic background color */
.css-175oi2r.r-13awgt0,
[style*="background-color: rgb(255, 255, 255)"],
[style*="background-color: rgb(0, 0, 0)"],
[style*="background-color: rgb(22, 30, 39)"] {
Expand Down Expand Up @@ -347,7 +346,7 @@
}

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

.r-jwli3a {
Expand Down Expand Up @@ -446,8 +445,9 @@
fill: @subtext1;
}

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

Expand Down

0 comments on commit f63fbf6

Please sign in to comment.