Highlight carriage return changes

This commit is contained in:
BrokenEagle
2020-01-07 02:31:45 +00:00
parent 34542fdf5c
commit 9182a4f556
3 changed files with 11 additions and 3 deletions

View File

@@ -9,5 +9,9 @@ div#c-pool-versions {
background: var(--wiki-page-versions-diff-ins-background);
text-decoration: none;
}
span.paragraph-mark {
opacity: 0.25;
}
}
}

View File

@@ -9,6 +9,10 @@ div#c-wiki-page-versions {
background: var(--wiki-page-versions-diff-ins-background);
text-decoration: none;
}
span.paragraph-mark {
opacity: 0.25;
}
}
#a-index {