Skip to content

Commit

Permalink
fix(crates.io): table borders (#1045)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Jul 4, 2024
1 parent 6bae628 commit a98e88f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion styles/crates.io/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name crates.io Catppuccin
@namespace github.com/catppuccin/userstyles/styles/crates.io
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/crates.io
@version 0.0.3
@version 0.0.4
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/crates.io/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Acrates.io
@description Soothing pastel theme for crates.io
Expand Down Expand Up @@ -300,6 +300,14 @@
background-color: @red;
color: @crust;
}

/* Tables in READMEs */
table {
th, td {
border-color: @surface1;
}
}

}
}

Expand Down

0 comments on commit a98e88f

Please sign in to comment.