mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-12-07 04:53:50 +01:00
🔧 build(new): updated & translated
This commit is contained in:
30
src/css/custom.css
Normal file
30
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: #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);
|
||||
}
|
||||
Reference in New Issue
Block a user