Skip to content

Instantly share code, notes, and snippets.

View Yarin78's full-sized avatar

Jimmy Mårdell Yarin78

View GitHub Profile
/* ==UserStyle==
@name Individual chess game
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document regexp("https://www.chess.com/events/[^/]*/[0-9]*/.*") {
/* Transparent bg for body, font overrides to Monserrat */
@Yarin78
Yarin78 / chess-event-overrides.css
Created May 2, 2024 11:07
CSS overrides for chess.com events
/* Transparent bg for body, font overrides to Monserrat */
body {
background-color: rgba(0, 0, 0, 0) !important;
margin: 0px auto;
overflow: hidden;
/*
font-family: Montserrat, BlinkMacSystemFont, Segoe UI, system-ui, Helvetica, Arial, sans-serif;
*/
}