intials app

This commit is contained in:
2025-08-26 15:25:09 -05:00
parent 10b56bf31f
commit d3fd5aa653
59 changed files with 22132 additions and 29 deletions

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: #2569c2;
--ifm-color-primary-dark: #2321af;
--ifm-color-primary-darker: #3c1fa5;
--ifm-color-primary-darkest: #2a1a88;
--ifm-color-primary-light: #3429d5;
--ifm-color-primary-lighter: #3259d8;
--ifm-color-primary-lightest: #4f69dd;
--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: #2569c2;
--ifm-color-primary-dark: #2321af;
--ifm-color-primary-darker: #3c1fa5;
--ifm-color-primary-darkest: #2a1a88;
--ifm-color-primary-light: #3429d5;
--ifm-color-primary-lighter: #3259d8;
--ifm-color-primary-lightest: #4f69dd;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}