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
16 changes: 15 additions & 1 deletion 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.1
@version 0.0.2
@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
Expand Down Expand Up @@ -165,6 +165,12 @@
background-color: @blue;
}

/* "invalid handle" warning */
[style*="color: rgb(236, 72, 104); border-color: rgb(209, 16, 67)"] {
color: @red !important;
border-color: @red !important;
}

/* end of feed text */
.r-1521r3q {
color: @overlay1;
Expand Down Expand Up @@ -263,6 +269,14 @@
fill: @subtext1;
}

/* x invite codes available icon */
div[style*="background-color: rgb(1, 37, 97)"] {
background-color: fadeout(@accent-color, 70%) !important;
& > svg > path[fill="#52acfe"] {
fill: @accent-color;
}
}

/* likes, reposts and comment counts under posts */
[style*="color: rgb(112, 116, 137)"] {
color: @subtext0 !important;
Expand Down