fix(modrinth): style ad links as accent color (#123)

This commit is contained in:
Ryan Cao 2023-07-25 00:05:18 +08:00 committed by GitHub
parent 62ef36e562
commit 313bc013e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
@ -200,5 +200,10 @@
--color-table-alternate-row: @crust;
--color-table-border: @overlay0;
}
.BDVE3s9MFQttmbMUeYup-2 a b,
.BDVE3s9MFQttmbMUeYup-2 a strong {
color: @accent-Color;
}
}
}
}