Added/modified common stylesheets

- Added a generalized diff-body class
- Added a generalized versions stylesheet
This commit is contained in:
BrokenEagle
2020-02-08 16:21:37 +00:00
parent 434e031faa
commit 154849a501
2 changed files with 29 additions and 0 deletions

View File

@@ -39,3 +39,19 @@
color: var(--diff-list-obsolete-removed-color);
}
}
.diff-body {
del {
background: var(--wiki-page-versions-diff-del-background);
text-decoration: none;
}
ins {
background: var(--wiki-page-versions-diff-ins-background);
text-decoration: none;
}
span.paragraph-mark {
opacity: 0.25;
}
}

View File

@@ -0,0 +1,13 @@
body.a-index {
div#p-revert-listing {
display: flex;
table.striped {
flex: 1;
}
}
div#p-revert-listing > article.post-preview {
margin-top: 2em;
}
}