feat(theme): add ability to inject data attributes from query-string - possibility to create an iframe/embed variant of a page (#9028)

This commit is contained in:
Sébastien Lorber 2023-05-31 16:22:25 +02:00 committed by GitHub
parent 444c1576ca
commit 2d35edf911
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 57 additions and 8 deletions

View file

@ -230,3 +230,11 @@ div[class^='announcementBar_'] {
[data-theme='dark'] [data-rmiz-modal-overlay='visible'] {
background-color: rgba(0 0 0 / 95%);
}
html[data-navbar='false'] .navbar {
display: none;
}
html[data-red-border] div#__docusaurus {
border: red solid thick;
}