added connectivitycheck
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
222c2d8ff3
commit
f011e92cbb
2 changed files with 69 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue