Skip to content

Commit

Permalink
v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dchest committed Jul 12, 2024
1 parent 36a7151 commit 1e9ffc5
Show file tree
Hide file tree
Showing 362 changed files with 2,813 additions and 3,341 deletions.
6 changes: 3 additions & 3 deletions assets/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--dark-hl-0: #9CDCFE;
--light-hl-1: #000000;
--dark-hl-1: #D4D4D4;
--light-code-background: #F5F5F5;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}

Expand All @@ -19,13 +19,13 @@
--code-background: var(--dark-code-background);
} }

body.light {
:root[data-theme='light'] {
--hl-0: var(--light-hl-0);
--hl-1: var(--light-hl-1);
--code-background: var(--light-code-background);
}

body.dark {
:root[data-theme='dark'] {
--hl-0: var(--dark-hl-0);
--hl-1: var(--dark-hl-1);
--code-background: var(--dark-code-background);
Expand Down
Loading

0 comments on commit 1e9ffc5

Please sign in to comment.