hrhhr
Lichess blue chessboard with coordinates by zart
Details
Authorzart
LicenseNo License
Categoryrhrhrh
Created
Updated
Size855 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 Lichess blue chessboard with coordinates
@namespace USO Archive
@author Johannes Pilic
@description `This style adds the respective coordinates to each square of the chess board. Works both for white and black orientation, applied across the website for every board.To apply the style, click on your profile name (top right corner) -> Board Theme -> CHOOSE THE PURPLE THEME`
@version 20220123.10.46
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document domain("lichess.org")
{.purple .is2d .orientation-white cg-board,
#top div.color_demo.purple {
background-image:url("https://i.imgur.com/oCg2EBQ.png") !important;
}
.purple .is2d .orientation-black cg-board,
#top div.color_demo.purple {
background-image:url("https://imgur.com/W5zQ4yR.png") !important;
}}