Skip to content

Commit

Permalink
shl
Browse files Browse the repository at this point in the history
  • Loading branch information
royalfig authored Jul 27, 2023
1 parent df7dcab commit 0464901
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/css/vendor/syntax-highlighting.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ pre[class*='language-']::-webkit-scrollbar {
}

pre[class*='language-']::-webkit-scrollbar-track {
background: hsl(var(--color-1-h) 12% 8%);
background: hsl(var(--surface-dark));
border-radius: 0 0 var(--radius) var(--radius);
}

pre[class*='language-']::-webkit-scrollbar-thumb {
background-color: hsl(var(--color-1-h) 15% 15%);
background-color: hsl(var(--surface) 15% 15%);
border-radius: var(--radius);
}

Expand All @@ -24,7 +24,7 @@ pre[class*='language-'] {
word-wrap: normal;
tab-size: 4;
white-space: pre;
background: hsl(var(--color-1-h) 10% 8%);
background: hsl(var(--surface-darker));
border-radius: var(--radius);
word-spacing: normal;
}
Expand Down

0 comments on commit 0464901

Please sign in to comment.