Skip to content

Commit

Permalink
Movelist: defaut past move color to font color (same as forthecoming …
Browse files Browse the repository at this point in the history
…moves)
  • Loading branch information
kraktus committed Jun 28, 2024
1 parent 9027254 commit c83039f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_lichess-pgn-viewer.lib.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $lpv-bg-pane: mix($lpv-accent, $lpv-bg, 15%) !default;
$lpv-pgn-text: mix($lpv-bg-pane, $lpv-bg, 30%) !default;
$lpv-font: #aaa !default;
$lpv-font-shy: mix($lpv-font, $lpv-bg, 50%) !default;
$lpv-past-moves: $lpv-font-shy !default;
$lpv-past-moves: $lpv-font !default;
$lpv-font-bg: mix($lpv-font, $lpv-bg, 20%) !default;
$lpv-current-move: mix($lpv-accent, $lpv-bg, 70%) !default;
$lpv-move-hover: mix($lpv-accent, $lpv-bg, 30%) !default;
Expand Down

0 comments on commit c83039f

Please sign in to comment.