michael-o commented on code in PR #71:
URL: https://github.com/apache/maven-fluido-skin/pull/71#discussion_r1883555081
##########
src/main/resources/css/maven-theme.css:
##########
@@ -160,3 +160,8 @@ h5 > code {
.table td {
text-align: revert;
}
+
+/* linked code must be styled in same color as plain links */
+a > code {
+ color: #0088cc;
Review Comment:
As long as it is now visually distinguishable, I am fine with it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]