Icons in GameJolt posts from late 2021
Game Jolt Outlined Icons by Unkrown6YT
Details
AuthorUnkrown6YT
LicenseNo License
Categorygamejolt
Created
Updated
Size481 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 Game Jolt Outlined Icons
@version 20230820.21.24
@namespace ?
==/UserStyle== */
@-moz-document domain("gamejolt.com") {
.jolticon-sticker-filled:before {
content: "";
}
.jolticon-comment-filled:before {
content: "";
}
button.button.-primary.-trans.-circle.-sparse.-like-button span:before{
content:"\e99c";
}
button.button.-trans.-outline.-circle.-sparse.-like-button span:before{
content: "";
}
}