From f63fbf680df442f8483ea3d3dc8245dd4eb34e9c Mon Sep 17 00:00:00 2001 From: rooot Date: Fri, 1 Nov 2024 19:37:41 +0100 Subject: [PATCH] fix(bsky): some broken stuff and missing selectors (#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 --- styles/bsky/catppuccin.user.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/styles/bsky/catppuccin.user.css b/styles/bsky/catppuccin.user.css index 663f367cc4..a77d4108d0 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.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 @@ -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)"] { @@ -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 { @@ -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; }