20 lines
328 B
SCSS
20 lines
328 B
SCSS
div#c-wiki-page-versions {
|
|
#a-diff {
|
|
del {
|
|
background: var(--wiki-page-versions-diff-del-background);
|
|
text-decoration: none;
|
|
}
|
|
|
|
ins {
|
|
background: var(--wiki-page-versions-diff-ins-background);
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
#a-index {
|
|
table {
|
|
margin-bottom: 1em;
|
|
}
|
|
}
|
|
}
|