-
Notifications
You must be signed in to change notification settings - Fork 5
docs: update faq #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: update faq #22
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
zubeydecivelek marked this conversation as resolved.
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -94,3 +94,28 @@ | |
| .md-nav__item .md-nav__item { | ||
| color: #333; | ||
| } | ||
|
|
||
| /* FAQ collapsible admonitions */ | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nit: I am not sure admonition is the best name for this, ping @palkerecsenyi
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's the feature's name https://squidfunk.github.io/mkdocs-material/reference/admonitions There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. wow interesting, thanks! |
||
| .md-typeset details.question { | ||
| border: 1px solid var(--cern-blue) !important; | ||
| border-left: 4px solid var(--cern-blue) !important; | ||
| border-radius: 0 4px 4px 0; | ||
| } | ||
|
|
||
| .md-typeset details.question > summary { | ||
| color: #333; | ||
| font-weight: 600; | ||
| background-color: rgba(77, 148, 206, 0.12) !important; | ||
| } | ||
|
|
||
| .md-typeset details.question > summary::before { | ||
| background-color: var(--cern-blue) !important; | ||
| } | ||
|
|
||
| .md-typeset details[open].question > summary { | ||
| color: var(--cern-blue); | ||
| } | ||
|
|
||
| .md-typeset details.question > summary::after { | ||
| background-color: var(--cern-blue) !important; | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.