Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
harupy committed Dec 16, 2023
1 parent ba58642 commit 75670de
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 73 deletions.
8 changes: 7 additions & 1 deletion website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
--ifm-pills-color-background: #43edbc;
--ifm-pills-color-active: #0c1519;
--ifm-color-success: #43edbc;
--ifm-color-success-dark: #30c09c;
--ifm-color-success-dark: #27eab2;
--ifm-color-success-darker: #19e9ad;
--ifm-color-success-darkest: #13c290;
--ifm-background-color: #0c1519 !important;
--ifm-card-background-color: #242e33 !important;
--ifm-navbar-background-color: var(--ifm-background-color) !important;
Expand All @@ -58,6 +60,10 @@
calc(0.75 * var(--ifm-spacing-horizontal));
}

.pills__item:not(.pills__item--active) {
background-color: var(--ifm-background-color);
}

/* Original dark theme */
/* For readability concerns, you should choose a lighter palette in dark mode. */
/* [data-theme='dark'] {
Expand Down
Loading

0 comments on commit 75670de

Please sign in to comment.