Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfagun74 committed Feb 25, 2024
1 parent 4ae55c9 commit 12acfe6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,16 +203,16 @@ const config = {
},
prism: {
theme: lightTheme,
darkTheme: darkTheme,
darkTheme,
additionalLanguages: ["bash", "json"],
},
zoom: {
selector:
"img:not(nav img):not(footer img):not(.nozoom):not([alt~='ko-fi']):not([alt~='GameVault'])",
config: {
background: {
light: "rgb(255, 255, 255)",
dark: "rgb(50, 50, 50)",
light: "#e2e1ef",
dark: "#171528",
},
},
},
Expand Down
14 changes: 9 additions & 5 deletions src/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
/**
* Any CSS included here will be global. The classic template
* bundles Infima by default. Infima is a CSS framework designed to
* work well for content-centric websites.
*/
* Any CSS included here will be global. The classic template
* bundles Infima by default. Infima is a CSS framework designed to
* work well for content-centric websites.
*/

@tailwind components;
@tailwind utilities;

/* You can override the default Infima variables here. */
:root {
--ifm-font-size-base: 105%;
--ifm-color-primary: #413a92;
--ifm-color-primary-dark: #3a3483;
--ifm-color-primary-darker: #37317c;
Expand All @@ -20,7 +21,8 @@
--ifm-navbar-background-color: #e2e1ef !important;
--ifm-background-color: #e2e1ef !important;
--ifm-footer-background-color: #d9d7ea !important;
--ifm-code-font-size: 95%;
--ifm-font-color-base: #06050a;
--ifm-font-color-base-inverse: #f6f5fa;
}

/* For readability concerns, you should choose a lighter palette in dark mode. */
Expand All @@ -36,4 +38,6 @@
--ifm-navbar-background-color: #11101e !important;
--ifm-background-color: #11101e !important;
--ifm-footer-background-color: #171528 !important;
--ifm-font-color-base: #f6f5fa;
--ifm-font-color-base-inverse: #06050a;
}

0 comments on commit 12acfe6

Please sign in to comment.