Skip to content

Commit

Permalink
LPV: fix border comment color (#15648)
Browse files Browse the repository at this point in the history
It was still using a fixed color used, probably for debug (CF git blame)

Co-authored-by: kraktus <kraktus@users.noreply.github.com>
  • Loading branch information
kraktus and kraktus committed Jul 4, 2024
1 parent 955e49e commit f83610d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/common/css/component/_lichess-pgn-viewer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
--c-lpv-current-move: #{$m-primary_bg--mix-70};
--c-lpv-move-hover: #{$m-primary_bg--mix-30};
--c-lpv-border: #{$c-border};
--c-lpv-side-border: hsl(37deg, 5%, 13%); //#{$c-border-page};
--c-lpv-side-border: #{$c-border-page};
--c-lpv-inaccuracy: #{$c-inaccuracy};
--c-lpv-mistake: #{$c-mistake};
--c-lpv-blunder: #{$c-blunder};
Expand Down

0 comments on commit f83610d

Please sign in to comment.