mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 19:59:37 +00:00
docs: update docs
This commit is contained in:
parent
e33210e452
commit
6042b7c2f8
50 changed files with 6162 additions and 1894 deletions
|
|
@ -13,7 +13,7 @@
|
|||
--dark-hl-5: #DCDCAA;
|
||||
--light-hl-6: #0070C1;
|
||||
--dark-hl-6: #4FC1FF;
|
||||
--light-code-background: #F5F5F5;
|
||||
--light-code-background: #FFFFFF;
|
||||
--dark-code-background: #1E1E1E;
|
||||
}
|
||||
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
--code-background: var(--dark-code-background);
|
||||
} }
|
||||
|
||||
body.light {
|
||||
:root[data-theme='light'] {
|
||||
--hl-0: var(--light-hl-0);
|
||||
--hl-1: var(--light-hl-1);
|
||||
--hl-2: var(--light-hl-2);
|
||||
|
|
@ -50,7 +50,7 @@ body.light {
|
|||
--code-background: var(--light-code-background);
|
||||
}
|
||||
|
||||
body.dark {
|
||||
:root[data-theme='dark'] {
|
||||
--hl-0: var(--dark-hl-0);
|
||||
--hl-1: var(--dark-hl-1);
|
||||
--hl-2: var(--dark-hl-2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue