mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-11 00:08:37 +01:00
add docs
This commit is contained in:
30
docs/src/css/custom.css
Normal file
30
docs/src/css/custom.css
Normal 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: #2a66c8;
|
||||
--ifm-color-primary-dark: #2458a7;
|
||||
--ifm-color-primary-darker: #204a93;
|
||||
--ifm-color-primary-darkest: #1a3c70;
|
||||
--ifm-color-primary-light: #4a7cd0;
|
||||
--ifm-color-primary-lighter: #6290d4;
|
||||
--ifm-color-primary-lightest: #7ca3db;
|
||||
--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: #409cff;
|
||||
--ifm-color-primary-dark: #368bdf;
|
||||
--ifm-color-primary-darker: #3179c8;
|
||||
--ifm-color-primary-darkest: #2862a2;
|
||||
--ifm-color-primary-light: #53a9ff;
|
||||
--ifm-color-primary-lighter: #6cb4ff;
|
||||
--ifm-color-primary-lightest: #84c0ff;
|
||||
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
Reference in New Issue
Block a user