Links in notes not obvious in Narrated Web report (#1159)

Fixes #12105
This commit is contained in:
Serge Noiraud 2020-12-29 10:03:15 +01:00 committed by GitHub
parent 3d4ec8382d
commit 7443cf4207
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 56 additions and 0 deletions

View File

@ -801,6 +801,14 @@ i + div.grampsstylednote p {
div.grampsstylednote p {
padding-bottom: 0.6em;
}
div.grampsstylednote a {
text-decoration: underline;
font-weight: bold;
color: #555;
}
div.grampsstylednote a:visited {
color: red;
}
/* Subsection : Family Map
----------------------------------------------------- */

View File

@ -855,6 +855,14 @@ i + div.grampsstylednote p {
div.grampsstylednote p {
padding-bottom: 0.6em;
}
div.grampsstylednote a {
text-decoration: underline;
font-weight: bold;
color: #9DBF9D;
}
div.grampsstylednote a:visited {
color: red;
}
/* Subsection : References
----------------------------------------------------- */

View File

@ -851,6 +851,14 @@ i + div.grampsstylednote p {
div.grampsstylednote p {
padding-bottom: 0.6em;
}
div.grampsstylednote a {
text-decoration: underline;
font-weight: bold;
color: #2E2E61;
}
div.grampsstylednote a:visited {
color: red;
}
/* Subsection : References
----------------------------------------------------- */

View File

@ -852,6 +852,14 @@ i + div.grampsstylednote p {
div.grampsstylednote p {
padding-bottom: 0.6em;
}
div.grampsstylednote a {
text-decoration: underline;
font-weight: bold;
color: #EA8414;
}
div.grampsstylednote a:visited {
color: red;
}
/* Subsection : References
----------------------------------------------------- */

View File

@ -854,6 +854,14 @@ i + div.grampsstylednote p {
div.grampsstylednote p {
padding-bottom: 0.6em;
}
div.grampsstylednote a {
text-decoration: underline;
font-weight: bold;
color: #204D91;
}
div.grampsstylednote a:visited {
color: red;
}
/* Subsection : References
----------------------------------------------------- */

View File

@ -800,6 +800,14 @@ i + div.grampsstylednote p {
div.grampsstylednote p {
padding-bottom: 0.6em;
}
div.grampsstylednote a {
text-decoration: underline;
font-weight: bold;
color: #7D5925;
}
div.grampsstylednote a:visited {
color: red;
}
/* Subsection : References
----------------------------------------------------- */

View File

@ -1326,6 +1326,14 @@ i + div.grampsstylednote p {
div.grampsstylednote p {
padding-bottom: 0.6em;
}
div.grampsstylednote a {
text-decoration: underline;
font-weight: bold;
color: #542;
}
div.grampsstylednote a:visited {
color: red;
}
.narrative p {
margin: 0.1em 0 0.2em 0;
font:normal .9em/1.4em sans-serif;