Changes the colour of the last Move
GL&HF :)
AuthorMMyers
LicenseNo License
Categorychess.com
Created
Updated
Size287 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Changes the colour of the last Move
GL&HF :)
/* ==UserStyle==
@name Last move in amber
@namespace chess.com
@version 1.0.0
@description Theme for chess.com
@author MMyers
==/UserStyle== */
@-moz-document domain("chess.com") {
.highlight {
background-color: #FFb000 !important;
}
}