This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git
The following commit(s) were added to refs/heads/master by this push: new a36f128 [MSKINS-261] Make linked code have same color as plain links (#71) a36f128 is described below commit a36f128b3e555e658445ac7705d0b5236daa31dd Author: Konrad Windszus <k...@apache.org> AuthorDate: Fri Dec 13 10:29:08 2024 +0100 [MSKINS-261] Make linked code have same color as plain links (#71) --- src/main/resources/css/maven-theme.css | 5 +++++ src/site/markdown/sample.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/main/resources/css/maven-theme.css b/src/main/resources/css/maven-theme.css index 63ac57c..b9d4f2c 100644 --- a/src/main/resources/css/maven-theme.css +++ b/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; +} diff --git a/src/site/markdown/sample.md b/src/site/markdown/sample.md index c4c8fce..abffaff 100644 --- a/src/site/markdown/sample.md +++ b/src/site/markdown/sample.md @@ -26,7 +26,7 @@ date: 2011-11-07 Regular font\. _Italic_ font\. **Bold** font\. `Monospaced` font\. -<a id="Anchor"></a>Anchor\. Links: [to Anchor](#Anchor), [to http:](http://www.pixware.fr), [to https:](https://www.pixware.fr), [to file:](file:///tmp), [to ftp:](ftp://ftp.apache.org), [to e\-mail](mailto:d...@maven.apach.org), [to \.asc](http://unknown.asc), [to \.jpg](http://unknown.jpg), [to \.jpeg](http://unknown.jpeg), [to \.gif](http://unknown.gif), [to \.png](http://unknown.png), [to \.tar\.gz](http://unknown.tar.gz), [to \.zip](http://unknown.zip), [to \.md5](http://unknown.md5) [...] +<a id="Anchor"></a>Anchor\. Links: [to Anchor](#Anchor), [to http:](http://www.pixware.fr), [to https:](https://www.pixware.fr), [to file:](file:///tmp), [to ftp:](ftp://ftp.apache.org), [to e\-mail](mailto:d...@maven.apach.org), [to \.asc](http://unknown.asc), [to \.jpg](http://unknown.jpg), [to \.jpeg](http://unknown.jpeg), [to \.gif](http://unknown.gif), [to \.png](http://unknown.png), [to \.tar\.gz](http://unknown.tar.gz), [to \.zip](http://unknown.zip), [to \.md5](http://unknown.md5) [...] Basic icons = Success, Warning, Error, Info: