Skip to content

Lichess - Last move in amber by MMyers

Screenshot of Lichess - Last move in amber

Details

AuthorMMyers

LicenseNo License

CategoryLichess.org

Created

Updated

Size695 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Changes the colour of the last Move

GL&HF :)

Notes

Userstyle doesn't have notes.

Source code

/* ==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;
  }
}

Reviews

No reviews yet.