Commit 06ed4ccd authored by Romain Courteaud's avatar Romain Courteaud

erp5_corporate_identity: restore link underline

As header h* and link a use the same color, keep the underline to differenciate links

See merge request !1120
parents 92f3adb8 008a5667
...@@ -215,7 +215,9 @@ ci-web-header-bar-search-right ...@@ -215,7 +215,9 @@ ci-web-header-bar-search-right
width: 100%; width: 100%;
} }
.ci-web .ci-web-page-content a { .ci-web .ci-web-page-content a {
text-decoration: none; /* As header h* and link a use the same color,
keep the underline to differenciate links */
text-decoration: underline;
} }
/* prevent inline code elements to break page width */ /* prevent inline code elements to break page width */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment