Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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