Skip to content

Commit

Permalink
fix(libreddit): thumbnail title (#1201)
Browse files Browse the repository at this point in the history
* fix: thumbnail title

* fix: update version number
  • Loading branch information
Omar authored Aug 16, 2024
1 parent 53d340b commit 80c6698
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion styles/libreddit/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name Libreddit/Redlib Catppuccin
@namespace github.com/catppuccin/userstyles/styles/libreddit
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/libreddit
@version 2.0.6
@version 2.0.7
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/libreddit/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Alibreddit
@description Soothing pastel theme for Libreddit and Redlib
Expand Down Expand Up @@ -171,6 +171,12 @@ domain("redlib.privacyredirect.com") {

--nsfw: @peach !important;
--admin: @maroon !important;

/* thumbnail titles */
.post_thumbnail span {
background-color: @base;
color: @text;
}
}
}

Expand Down

0 comments on commit 80c6698

Please sign in to comment.