mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-08-31 17:15:32 -04:00
fix lighthouse suggestions: syntax color contrast & crossorigin preloads
This commit is contained in:
@@ -9,7 +9,7 @@ div.highlight span {
|
||||
color: #111111;
|
||||
}
|
||||
&.na, &.nc, &.nd, &.ne, &.nf, &.nx {
|
||||
color: #489c44;
|
||||
color: #068200;
|
||||
}
|
||||
&.err, &.nt, &.o, &.ow, &.kn {
|
||||
color: #e8003d;
|
||||
@@ -18,7 +18,7 @@ div.highlight span {
|
||||
color: #8145ec;
|
||||
}
|
||||
&.ld, &.s, &.sa, &.sb, &.sc, &.dl, &.sd, &.s2, &.sh, &.si, &.sx, &.sr, &.s1, &.ss {
|
||||
color: #c17005;
|
||||
color: #b35c00;
|
||||
}
|
||||
&.c, &.ch, &.cm, &.c1, &.cs, &.cp, &.cpf {
|
||||
color: #6b6859;
|
||||
|
||||
Reference in New Issue
Block a user