Skip to content

Commit

Permalink
strings
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmeow committed Aug 16, 2024
1 parent 63a5ed8 commit 66df5c8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions website/_sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,23 @@
}
}

.site-footer {
color: #57606a;
}

// Comments in code.
.highlight .c {
color: #57606a;
}

// Misc syntax in code.
.highlight .nb,
.highlight .nt,
.highlight .nv {
color: #a36000;
}

.site-footer {
color: #57606a;
// Strings in code.
.highlight .s2 {
color: #3f7f3f;
}

0 comments on commit 66df5c8

Please sign in to comment.