Use gray font instead of reduced opacity for translation contributors list

This way the contributors are listed in link color with full opacity.
This commit is contained in:
Philipp Oppermann
2022-05-22 12:44:37 +02:00
parent c2d3f2704c
commit ad8e0b4783

View File

@@ -591,7 +591,7 @@ main img {
display: block; display: block;
margin-top: 0.5rem; margin-top: 0.5rem;
font-size: 0.9rem; font-size: 0.9rem;
opacity: 0.7; color: gray;
} }
.post-category { .post-category {