Skip to content

Commit

Permalink
fix(whatsapp): caption when forwarding media (#413)
Browse files Browse the repository at this point in the history
When forwarding media, the text box and surrounding area were using the
default colors.
They have been changed to better match the theme to mantle for the
background, and crust for the text box.

The version for the userstyle is bumped to 0.0.5.
  • Loading branch information
FrancoRav authored Dec 26, 2023
1 parent e0ca5cc commit 3689d6e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion styles/whatsapp-web/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name WhatsApp Web Catppuccin
@namespace github.com/catppuccin/userstyles/styles/whatsapp-web
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/whatsapp-web
@version 0.0.4
@version 0.0.5
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/whatsapp-web/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Awhatsapp-web
@description Soothing pastel theme for WhatsApp Web
Expand Down Expand Up @@ -354,6 +354,10 @@
--panel-background-colored-deeper: @crust !important;
--modal-backdrop: fadeout(@mantle, 0.8) !important;

/* Forward media caption */
--forward-caption-preview-background: @mantle !important;
--forward-caption-preview-content: @crust !important;

/* MEDIA EDITOR */
/* background for media editor */
--panel-background-deeper: @mantle !important;
Expand Down

0 comments on commit 3689d6e

Please sign in to comment.