Improve testimonials

This commit is contained in:
Matthew Holt 2024-02-19 16:39:35 -07:00
parent 531b39f78d
commit 3c22d632ed
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
4 changed files with 31 additions and 14 deletions

View file

@ -269,6 +269,13 @@ h3 a {
color: var(--text-color-muted);
font-style: italic;
}
.testimonial-role a {
color: inherit;
}
.testimonial-role a:not([href]) {
text-decoration: none;
color: inherit;
}