green gui alpha ver
lichess.org by xsomenoob
Details
Authorxsomenoob
LicenseNo License
Categorylichess.org
Created
Updated
Size1.4 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.org
@version 20231109.08.26
@namespace ?
==/UserStyle== */
@-moz-document domain("lichess.org") {
* {
font-family: ink free;
}
a,
a.button {
color: #00a300;
transition: 0.2s ease-in-out;
}
section div,
nav section a {
background: #001f00 !important;
border-left: 1px solid #002e00 !important;
}
table,
td,
div.lobby__box__top {
background-color: #002e00 !important;
border-width: 0px;
}
.copyable {
background-color: #001f00;
border-radius: 20px;
}
.analyse__tools {
background-color: #001f00;
}
a:hover,
a.button:hover {
color: #00cb00;
}
.move-dest {
border: 5px solid #001f0077;
background-color: #0000 !important;
}
#main-wrap,
body {
background-color: #003900;
}
#top {
background-color: #001f00;
}
.lobby__app__content {
background: #002e00;
border-radius: 50px !important;
}
.lobby__app__content *,
.button-metal {
border-radius: 50px !important;
border-width: 0px !important;
}
.lobby__app__content div {
transition: 0.2s ease-in-out;
}
.lobby__app__content div:hover {
background-color: #005600;
}
.button-metal,
.little,
.ublog-post-card,
.lobby__support *,
.mselect__label {
background: #002e00 !important;
transition: 0.2s ease-in-out;
}
.button-metal:hover,
.little:hover,
.ublog-post-card:hover {
background: #004300 !important;
}
}