Duck skin for lichess
Duck Chess - lichess.org by 3top1a
Details
Author3top1a
LicenseNo License
Categorylichess
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
- Extra quack
Source code
/* ==UserStyle==
@name lichess.org
@version 20230804.12.03
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://lichess.org") {
.white.pawn {
background-image: url("https://s6.imgcdn.dev/xogFC.png") !important;
}
.black.pawn {
background-image: url("https://s6.imgcdn.dev/xo84e.png") !important;
}
.white.rook {
background-image: url("https://s6.imgcdn.dev/xoJ00.png") !important;
}
.black.rook {
background-image: url("https://s6.imgcdn.dev/xoo3M.png") !important;
}
.white.knight {
background-image: url("https://s6.imgcdn.dev/xpYTl.png") !important;
}
.black.knight {
background-image: url("https://s6.imgcdn.dev/xpDjd.png") !important;
}
.white.bishop {
background-image: url("https://s6.imgcdn.dev/xpjJV.png") !important;
}
.black.bishop {
background-image: url("https://s6.imgcdn.dev/xphRh.png") !important;
}
.white.queen {
background-image: url("https://s6.imgcdn.dev/xpMvo.png") !important;
}
.black.queen {
background-image: url("https://s6.imgcdn.dev/xp6nK.png") !important;
}
.white.king {
background-image: url("https://s6.imgcdn.dev/xp4Cn.png") !important;
}
.black.king {
background-image: url("https://s6.imgcdn.dev/xpcFO.png") !important;
}
}