penguin bishops
penguin bishops for lichess and chess.com by arualplays
Details
Authorarualplays
LicenseCC-BY-4.0
Categorylichess.org
Created
Updated
Size1.1 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 penguin bishops for lichess and chess.com
@namespace USO Archive
@author arualplays
@description penguin bishops
@version 20210214.14.49
@license CC-BY-4.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain("chess.com"), domain("lichess.org") {
div[style*="bb.png"] {
background-image: url("https://imgur.com/gAGLN0w.png")!important;
}
div[style*="wb.png"] {
background-image: url("https://imgur.com/NPdgS2I.png")!important;
}
piece.bishop.black {
background-image: url("https://imgur.com/gAGLN0w.png")!important;
}
piece.bishop.white {
background-image: url("https://imgur.com/NPdgS2I.png")!important;
}
div[style*="bb.png"] {
background-image: url("https://imgur.com/gAGLN0w.png")!important;
}
div[style*="wb.png"] {
background-image: url("https://imgur.com/NPdgS2I.png")!important;
}
piece.bishop.black {
background-image: url("https://imgur.com/gAGLN0w.png")!important;
}
}