Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ const config = {
image: undefined,
docs: {
sidebar: {
hideable: true,
hideable: false,
autoCollapseCategories: true,
},
},
Expand Down
54 changes: 50 additions & 4 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
--ifm-h1-font-size: 2rem;
--ifm-h2-font-size: 1.5rem;
--ifm-h3-font-size: 1.25rem;
--ifm-footer-background-color: #535353;
--ifm-footer-background-color: #1A3A19 !important;
--doc-sidebar-width: 300px !important;
/*--ifm-container-width-xl: var(--ifm-container-width);*/
--ifm-menu-link-sublist-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='rgb(161 161 170)' %3E%3Cpath fill-rule='evenodd' d='M9.47 6.47a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 1 1-1.06 1.06L10 8.06l-3.72 3.72a.75.75 0 0 1-1.06-1.06l4.25-4.25Z' clip-rule='evenodd' /%3E%3C/svg%3E%0A");
Expand All @@ -44,9 +44,50 @@
--ifm-color-primary-lightest: #69e6a0;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
--ifm-background-color: #181920;
--ifm-footer-background-color: #535353;
--ifm-footer-background-color: #1A3A19 !important;
--doc-sidebar-width: 300px !important;
--menu-link-dropdown-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='rgb(161 161 170)' %3E%3Cpath fill-rule='evenodd' d='M4.22 6.22a.75.75 0 0 1 1.06 0L8 8.94l2.72-2.72a.75.75 0 1 1 1.06 1.06l-3.25 3.25a.75.75 0 0 1-1.06 0L4.22 7.28a.75.75 0 0 1 0-1.06Z' clip-rule='evenodd' /%3E%3C/svg%3E%0A");
--ifm-navbar-background-color: #1B1B1D;
}



.navbar {
box-shadow: none;
background-color: var(--ifm-navbar-background-color);
}

.navbar__title {
display: none;
}

.footer {
--ifm-footer-background-color: #1A3A19 !important;
}

.footer__title {
--tw-text-opacity: 1;
font-weight: 700;
line-height: 16px;
margin-bottom: 12px;
color: rgb(217 249 157 / var(--tw-text-opacity));
text-transform: uppercase;
}

.footer__link-item {
color: rgba(236, 252, 203, 0.7)
}

.footer__copyright {
--tw-text-opacity: 1;
line-height: 16px;
margin-bottom: 12px;
color: rgb(217 249 157 / var(--tw-text-opacity));
text-transform: uppercase;
}

.theme-doc-sidebar-container {
border-right: none !important;
}

h1 {
Expand Down Expand Up @@ -335,16 +376,21 @@ div#c-inr .size-3[data-v-12749972] {
fill: var(--ifm-color-primary) !important;
}

.theme-layout-footer.footer.footer--dark {
padding-bottom: 0px !important;
}

.zap-cookie-footer {
text-align: center;
padding-bottom: 1rem;
background-color: #303846;
background-color: #1A3A19;
color: white;
}

.zap-cookie-link {
cursor: pointer;
color: white
--tw-text-opacity: 1;
color: rgb(217 249 157 / var(--tw-text-opacity));
}

.zap-cookie-link a:hover {
Expand Down
Binary file modified static/img/src.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/srcDark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading