[
https://issues.apache.org/jira/browse/MSKINS-261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17905281#comment-17905281
]
ASF GitHub Bot commented on MSKINS-261:
---------------------------------------
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.
> Linked code indistinguishable from not-linked code
> --------------------------------------------------
>
> Key: MSKINS-261
> URL: https://issues.apache.org/jira/browse/MSKINS-261
> Project: Maven Skins
> Issue Type: Task
> Affects Versions: fluido-2.0.1
> Reporter: Konrad Windszus
> Assignee: Konrad Windszus
> Priority: Major
> Attachments: Screenshot 2024-12-12 at 20.16.22.png
>
>
> Currently the CSS styling for
> {code}
> <a href="..."><code>mycode</code></a>
> {code}
> and
> {code}
> <code>mycode</code>
> {code}
> is the same.
> It only differs in hovering behaviour. However links should be clearly stand
> out via style even without hovering over the element.
> Example page https://maven.apache.org/doxia/references/index.html
> !Screenshot 2024-12-12 at 20.16.22.png!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)