Skip to content

Commit

Permalink
docs: style: improve colors
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
  • Loading branch information
felipec committed Aug 2, 2024
1 parent 4d9255a commit 4e65215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_sass/rouge-felipec.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
color: oklch(85% 0.12 150);
}
.highlight .na {
color: oklch(75% 0.12 300);
color: oklch(90% 0.12 90);
}
.highlight .nt {
color: oklch(85% 0.12 60);
color: oklch(75% 0.12 240);
}

0 comments on commit 4e65215

Please sign in to comment.