diff --git a/styles/bsky/catppuccin.user.css b/styles/bsky/catppuccin.user.css index e2c7436495..68471a7982 100644 --- a/styles/bsky/catppuccin.user.css +++ b/styles/bsky/catppuccin.user.css @@ -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 @@ -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; @@ -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;