chore: update examples for beta 20 (#7350)

This commit is contained in:
Sébastien Lorber 2022-05-05 21:38:47 +02:00 committed by GitHub
parent 26df8c83ce
commit 386c5901eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 2638 additions and 2690 deletions

View file

@ -35,10 +35,3 @@
--ifm-color-primary-lighter: #32d8b4;
--ifm-color-primary-lightest: #4fddbf;
}
.docusaurus-highlight-code-line {
background-color: rgb(72, 77, 91);
display: block;
margin: 0 calc(-1 * var(--ifm-pre-padding));
padding: 0 var(--ifm-pre-padding);
}