kwin commented on code in PR #71: URL: https://github.com/apache/maven-fluido-skin/pull/71#discussion_r1882806663
########## 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: for some reason I couldn't get it to work with the same slightly different blue color for hovered/focused links, but this is already better than before. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org