Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

Resolve "Add CheatSheet form on internal page"

Merged Christophe Chaudier requested to merge 63-add-cheatsheet-form-on-internal-page into master
Compare and Show latest version
2 files
+ 4
5
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
4
@@ -40,7 +40,7 @@
--ifm-container-width: 100%;
--ifm-container-max-width: 950px;
--ifm-navbar-shadow: none;
--ifm-button-shadow: 1px 3px 4px rgb(182, 182, 182);
--ifm-button-shadow: 1px 3px 4px #b6b6b6;
}
.docusaurus-highlight-code-line {
@@ -53,8 +53,8 @@
html[data-theme='dark'] {
--ifm-background-color: #18191a;
--ifm-background-surface-color: #18191a;
--ifm-hover-overlay: rgba(255, 255, 255, 0.05);
--ifm-color-content-secondary: rgba(255, 255, 255, 1);
--ifm-hover-overlay: #ffffff0d;
--ifm-color-content-secondary: var(--ifm-color-primary-light);
--ifm-breadcrumb-separator-filter: invert(64%) sepia(11%) saturate(0%);
}
@@ -89,7 +89,6 @@ input {
border-style: solid;
border-width: 2px;
border-color: var(--ifm-color-dark-green);
box-shadow: var(--ifm-button-shadow);
font-family: var(--ifm-font-family-base);
}
Loading