Skip to content

Commit

Permalink
fix(linkedin): hover buttons (#1365)
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses authored Oct 7, 2024
1 parent 64de136 commit 2455ee5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion styles/linkedin/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name LinkedIn Catppuccin
@namespace github.com/catppuccin/userstyles/styles/linkedin
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/linkedin
@version 0.0.6
@version 0.0.7
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/linkedin/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Alinkedin
@description Soothing pastel theme for LinkedIn
Expand Down Expand Up @@ -467,6 +467,9 @@
--color-checked-hover: @accent-color;
--color-checked-active: @accent-color;

/* fix for hover buttons */
--artdeco-button-secondary-default-hover-background-color: fadeout(@blue, 80);

/* text on dark */
--color-text-on-dark: @text;

Expand Down

0 comments on commit 2455ee5

Please sign in to comment.