Further fix to CSS

This commit is contained in:
Griatch 2020-06-16 14:49:03 +02:00
parent 746c620100
commit 2db063157e
2 changed files with 24 additions and 7 deletions

View file

@ -20,6 +20,7 @@ body {
color: #555;
margin: 0;
padding: 0;
height:88
}
div.documentwrapper {
@ -309,3 +310,14 @@ div.code-block-caption {
opacity: 0.8;
}
.versionadded {
background-color: #e9f6e1;
}
.versionchanged {
background-color: #f7f7f7;
}
.deprecated {
background-color: #fff3f3;
}