added connectivitycheck
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Samuel Philipp 2020-06-28 19:06:04 +02:00
parent 222c2d8ff3
commit f011e92cbb
2 changed files with 69 additions and 1 deletions

View file

@ -167,3 +167,17 @@ code {
padding: 1px 3px;
border-radius: 4px;
}
pre {
background-color: #fea500;
color: #000000;
padding: 1px 3px;
border-radius: 4px;
code {
background-color: initial;
padding: initial;
border-radius: initial;
}
}