Skip to content

Commit ee6c78b

Browse files
authored
fix(bsky): highlighted notifications (#1732)
1 parent c0fe6f2 commit ee6c78b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

styles/bsky/catppuccin.user.less

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,10 @@
537537
/* mentions in the notification tab (highlighted notifications) */
538538
div[style*="background-color: rgb(0, 17, 36)"], // dark
539539
div[style*="background-color: rgb(21, 41, 63)"], // dim
540-
div[style*="background-color: rgb(240, 247, 255)"] // light
540+
div[style*="background-color: rgb(240, 247, 255)"], // light
541+
a[style*="background-color: rgb(0, 17, 36)"], // dark
542+
a[style*="background-color: rgb(21, 41, 63)"], // dim
543+
a[style*="background-color: rgb(240, 247, 255)"] // light
541544
{
542545
background-color: fade(@accent, 30%) !important;
543546
.css-175oi2r:not([role="checkbox"] *) {

0 commit comments

Comments
 (0)