🔧 build(new): updated & translated

This commit is contained in:
eshanized
2024-12-30 12:02:48 +05:30
parent 546ab97fdd
commit 1d955ee09a
75 changed files with 17393 additions and 0 deletions

30
src/css/custom.css Normal file
View File

@@ -0,0 +1,30 @@
/**
* 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.
*/
/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #6495ed;
--ifm-color-primary-dark: #6495ed;
--ifm-color-primary-darker: #6495ed;
--ifm-color-primary-darkest: #6495ed;
--ifm-color-primary-light: #6495ed;
--ifm-color-primary-lighter: #6495ed;
--ifm-color-primary-lightest: #6495ed;
--ifm-code-font-size: 95%;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
}
/* For readability concerns, you should choose a lighter palette in dark mode. */
[data-theme='dark'] {
--ifm-color-primary: #6495ed;
--ifm-color-primary-dark: #6495ed;
--ifm-color-primary-darker: #6495ed;
--ifm-color-primary-darkest: #6495ed;
--ifm-color-primary-light: #6495ed;
--ifm-color-primary-lighter: #6495ed;
--ifm-color-primary-lightest: #6495ed;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}