Changes white peices to pink
Pink chess by yukiagua
Details
Authoryukiagua
LicenseNo License
Categorychess.com
Created
Updated
Size641 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 ? - Jun 2024
@version 20240628.21.37
@namespace ?
==/UserStyle== */
.piece.wp{ background-image: url("https://i.ibb.co/26pQyXY/PinkPawn.png"); }
.piece.wk{ background-image: url("https://i.ibb.co/NZ9WDpr/PinkKing.png"); }
.piece.wq{ background-image: url("https://i.ibb.co/9tf3b2V/Pink-Queen.png");}
.piece.wr{ background-image: url("https://i.ibb.co/JssrcR4/PinkRook.png");}
.piece.wb{ background-image: url("https://i.ibb.co/ZY30vQ5/Pink-Bishop.png");}
.piece.wn{ background-image: url("https://i.ibb.co/9vkYrF4/Pink-Knight.png");}
@-moz-document url-prefix("chess.com"), domain("https://i.ibb.co/") {
}