A Custom Chessboard for Chess.com and Lichess.org designed by Zaphroz.
Qootee Chessboard by zaphroz
Details
Authorzaphroz
LicenseCC-BY
Categorychess.com, lichess.org
Created
Updated
Size532 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 Qootee Board
@namespace github.com/openstyles/stylus
@author Zaphroz
@description A Custom Chessboard for Chess.com & Lichess.org
@version 1.0.0
@license Creative Commons Attribution 4.0 International License
==/UserStyle== */
@-moz-document domain("chess.com")
{
.board {
background-image: url("https://i.imgur.com/gmcNCbp.jpg") !important;
}
}
@-moz-document domain("lichess.org")
{
.is2d cg-board {
background-image: url("https://i.imgur.com/gmcNCbp.jpg") !important;
}
}