Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
chore: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EkaanshArora committed Dec 14, 2022
1 parent 617797a commit 3ef1159
Show file tree
Hide file tree
Showing 888 changed files with 637,673 additions and 14,961 deletions.
4 changes: 2 additions & 2 deletions docs/assets/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,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);
Expand All @@ -95,7 +95,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);
Expand Down
Loading

0 comments on commit 3ef1159

Please sign in to comment.