A fresh and clean chess pieces set to enjoy your games of chess in a new way!
Lichess Mint Set by FernandoCustomDesigns
Details
AuthorFernandoCustomDesigns
LicenseNo License
CategoryLichess.org
Created
Updated
Size2.2 kB
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 Mint Set
@namespace Fernando Custom Designs
@author Fernando Custom Designs
@description Initial release
@version 1
@license Available for Lichess
@preprocessor uso
==/UserStyle== */
.is2d .pawn.white {
background-image: url('https://raw.githubusercontent.com/BrazilKing/Fernando-Custom-Designs/refs/heads/main/wP.svg')!important;
}
.is2d .knight.white {
background-image: url('https://raw.githubusercontent.com/BrazilKing/Fernando-Custom-Designs/refs/heads/main/wN.svg')!important;
}
.is2d .bishop.white {
background-image: url('https://raw.githubusercontent.com/BrazilKing/Fernando-Custom-Designs/refs/heads/main/wB.svg')!important;
}
.is2d .rook.white {
background-image: url('https://raw.githubusercontent.com/BrazilKing/Fernando-Custom-Designs/refs/heads/main/wR.svg')!important;
}
.is2d .queen.white {
background-image: url('https://raw.githubusercontent.com/BrazilKing/Fernando-Custom-Designs/refs/heads/main/wQ.svg')!important;
}
.is2d .king.white {
background-image: url('https://raw.githubusercontent.com/BrazilKing/Fernando-Custom-Designs/refs/heads/main/wK.svg')!important;
}
.is2d .pawn.black {
background-image: url('https://raw.githubusercontent.com/BrazilKing/Fernando-Custom-Designs/refs/heads/main/bP.svg')!important;
}
.is2d .knight.black {
background-image: url('https://raw.githubusercontent.com/BrazilKing/Fernando-Custom-Designs/refs/heads/main/bN.svg')!important;
}
.is2d .bishop.black {
background-image: url('https://raw.githubusercontent.com/BrazilKing/Fernando-Custom-Designs/refs/heads/main/bB.svg')!important;
}
.is2d .rook.black {
background-image: url('https://raw.githubusercontent.com/BrazilKing/Fernando-Custom-Designs/refs/heads/main/bR.svg')!important;
}
.is2d .queen.black {
background-image: url('https://raw.githubusercontent.com/BrazilKing/Fernando-Custom-Designs/refs/heads/main/bQ.svg')!important;
}
.is2d .king.black {
background-image: url('https://raw.githubusercontent.com/BrazilKing/Fernando-Custom-Designs/refs/heads/main/bK.svg')!important;
}