Skip to content

Commit

Permalink
fix(npm): use mantle for <code> element backgrounds (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Mar 4, 2024
1 parent 806aaca commit 1e3efab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/npm/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name npm Catppuccin
@namespace github.com/catppuccin/userstyles/styles/npm
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/npm
@version 0.0.3
@version 0.0.4
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/npm/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anpm
@description Soothing pastel theme for npm
Expand Down Expand Up @@ -653,7 +653,7 @@
}
pre,
code {
background-color: darken(@base, 2.5%);
background-color: @mantle;
color: @text;
}
pre.editor.editor-colors {
Expand Down

0 comments on commit 1e3efab

Please sign in to comment.