Skip to content

Commit

Permalink
[ci skip] Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
praghus committed Jun 28, 2024
1 parent 43d2852 commit 488a2e3
Show file tree
Hide file tree
Showing 59 changed files with 1,431 additions and 1,989 deletions.
6 changes: 3 additions & 3 deletions assets/highlight.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:root {
--light-code-background: #F5F5F5;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}

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

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

body.dark {
:root[data-theme='dark'] {
--code-background: var(--dark-code-background);
}

Expand Down
Loading

0 comments on commit 488a2e3

Please sign in to comment.