Skip to content

Commit

Permalink
fix(docs.rs): misc (#917)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored May 25, 2024
1 parent 77830d1 commit bc9879b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions styles/docs.rs/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name docs.rs Catppuccin
@namespace github.com/catppuccin/userstyles/styles/docs.rs
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/docs.rs
@version 0.0.1
@version 0.0.2
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/docs.rs/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Adocs.rs
@description Soothing pastel theme for docs.rs
Expand Down Expand Up @@ -121,14 +121,14 @@
--border-color: @surface0;
--button-background-color: @mantle;
--right-side-color: @surface2;
--code-attribute-color: red;
--code-attribute-color: @yellow;
--toggles-color: @subtext1;
--search-input-focused-border-color: @accent-color;
--copy-path-button-color: @text;
--codeblock-error-hover-color: @red;
--codeblock-error-color: fade(@red, 70%);
--codeblock-ignore-hover-color: red;
--codeblock-ignore-color: red;
--codeblock-ignore-hover-color: @red;
--codeblock-ignore-color: fade(@red, 70%);
--warning-border-color: red;
--type-link-color: @sky;
--trait-link-color: @mauve;
Expand Down Expand Up @@ -197,7 +197,7 @@
--crate-search-hover-border: red;
--src-sidebar-background-selected: @surface0;
--src-sidebar-background-hover: @surface1;
--table-alt-row-background-color: red;
--table-alt-row-background-color: @mantle;
--codeblock-link-background: red;
--scrape-example-toggle-line-background: red;
--scrape-example-toggle-line-hover-background: red;
Expand Down

0 comments on commit bc9879b

Please sign in to comment.