This extension changes Chessable's default board from dark blue to a lighter shade.
Edit chessable board colours by tiltedangle
Details
Authortiltedangle
LicenseNo License
Categorychessable.com
Created
Updated
Size463 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
This extension changes Chessable's default board from dark blue to a lighter shade. This is normally compiled best with dark mode.
Source code
/* ==UserStyle==
@name Change Chessable's board colours
@namespace USO Archive
@author TiltedAngle
@description `Changes board colours`
@version 20221227
@license CC-BY-NC-ND-4.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain(chessable.com)
{
.white-1e1d7{background-color:#fafbfe !important;color:#8491c2 !important}
.black-3c85d{background-color:#8491c2 !important;color:#fafbfe !important}
}