Skip to content

Commit

Permalink
fix(lemmy): unthemed warning/info boxes (#1059)
Browse files Browse the repository at this point in the history
* fix

* update version number
  • Loading branch information
Omar authored Jul 9, 2024
1 parent 2201661 commit 2c6a8af
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion styles/lemmy/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name Lemmy Catppuccin
@namespace github.com/catppuccin/userstyles/styles/lemmy
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/lemmy
@version 0.0.3
@version 0.0.4
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/lemmy/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Alemmy
@description Soothing pastel theme for Lemmy
Expand Down Expand Up @@ -239,6 +239,11 @@
color: @text !important;
background-color: rgba(#rgbify(@mantle) [], 1) !important;
}
.alert-info, .alert-warning {
background-color: @mantle !important;
border-color: @mantle !important;
color: @text !important;
}
}
}

Expand Down

0 comments on commit 2c6a8af

Please sign in to comment.