good memorability
1x001.com by genen
Details
Authorgenen
LicenseNo License
Categoryhttps://in.1x001.com/en/allgamesentrance/thimbles
Created
Updated
Size416 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 1x001.com
@version 20230306.01.07
@namespace ?
==/UserStyle== */
@-moz-document domain("1x001.com") {
.thimbles-game__thimble {
position: relative;
}
.thimbles-game__thimble::before {
content: attr(data-id);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-weight: bold;
color: red;
font-size: 20px;
}
}