Changes the colour of the last Move
GL&HF :)
AuthorMMyers
LicenseNo License
CategoryLichess.org
Created
Updated
Size695 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Changes the colour of the last Move
GL&HF :)
/* ==UserStyle==
@name Lichess - Last move in amber
@namespace github.com/openstyles/stylus
@version 1.1.0
@description A new userstyle
@author MMyers
==/UserStyle== */
@-moz-document domain("lichess.org")
{
square.oc.move-dest
{
background: radial-gradient(transparent 0%, transparent 80%, rgba(255,176,0,0.3) 80%);
}
square.selected
{
background-color: rgba(255,176,0,0.5);
}
square.last-move
{
will-change: transform;
background-color: rgba(255,176,0,0.5);
}
square.move-dest
{
background: radial-gradient(rgba(255,176,0,0.5) 19%, rgba(0,0,0,0) 20%);
pointer-events: auto;
}
}