Skip to content

Commit

Permalink
fix(modrinth): style ad links as accent color
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanccn committed Jul 24, 2023
1 parent c80de3c commit 2ff011e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions styles/modrinth/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name Modrinth Catppuccin
@namespace github.com/catppuccin/userstyles/styles/modrinth
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/modrinth
@version 1.1.1
@version 1.1.2
@description Soothing pastel theme for Modrinth
@author Catppuccin
@updateURL https://github.com/catppuccin/userstyles/raw/main/modrinth/catppuccin.user.css
Expand Down Expand Up @@ -200,5 +200,10 @@
--color-table-alternate-row: @crust;
--color-table-border: @overlay0;
}

.BDVE3s9MFQttmbMUeYup-2 a b,
.BDVE3s9MFQttmbMUeYup-2 a strong {
color: @accent-Color;
}
}
}
}

0 comments on commit 2ff011e

Please sign in to comment.