[experimental] development --> docs

Allow for the incorporation of development branch functions into the documentation using
{{< development style="dev" >}}
{{< /development >}}
This commit is contained in:
gijsio
2020-08-20 10:54:37 +02:00
parent 993955a2ed
commit 253fb9be91
4 changed files with 38 additions and 4 deletions

View File

@@ -220,6 +220,21 @@ li.hot {
padding:0!important;
}
/* changes 19-08-2020
Added shortcode for development markings
*/
#development {
display:none;
}
.dev {
background-color: #EF9A9A !important;
}
.v-card__text > h3, h4{
margin-top:0px;
}
.danger-alert {
background-color: #EF9A9A !important;
margin-top: 24px;