mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-04 03:42:34 +02:00
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:
parent
444c1576ca
commit
2d35edf911
3 changed files with 57 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue