Darkmode for 2048
Supports:
https://play2048.co/
https://meep.cubing.net/2048/
https://2048.neiunderscore.com/
2048 Dark Mode by tas367
Details
Authortas367
LicenseNo License
Category2048
Created
Updated
Size529 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 2048 Dark Mode
@namespace https://github.com/tas367/UserStyles/2048
@version 1.0.3
@description Darkmode for 2048
@author tas367
==/UserStyle== */
@-moz-document domain("2048.neiunderscore.com"), domain("meep.cubing.net"), domain("play2048.co") {
html, body {
background: #111;
}
.score-container,
.best-container,
#timer {
background: #242424;
}
.timertile {
box-shadow: inset 0 0 0 1px rgba(100, 100, 100, 0.2);
background: #191919;
color: #fff;
}
}