Gray board
Gray cool by braveheart366
Details
Authorbraveheart366
Licensextroid
Categorylichess.org
Created
Updated
Size517 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Gray cool
@version 20240611.11.38
@namespace https://userstyles.world/user/braveheart366
@description Gray board
@author braveheart366
@license xtroid
==/UserStyle== */
@-moz-document domain("lichess.org") {
.is2d cg-board::before
{
background-image:url("https://i.imgur.com/e0URCas.png") !important; }
square.last-move { background-color: #2b7b27f7;
opacity:0.5;
}
square.current-premove {
background-color: #275434 !important;
opacity:0.7
}
}